emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/moe-theme cf4686e2ad 222/352: Update README for 256-color


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme cf4686e2ad 222/352: Update README for 256-color setting.
Date: Fri, 7 Jan 2022 03:59:26 -0500 (EST)

branch: elpa/moe-theme
commit cf4686e2ad5c3e8d8629446c8f1d77442f3e1a12
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>

    Update README for 256-color setting.
---
 README.md | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 58348f1e5d..837884ba14 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,7 @@
 * Swoop
 * Twittering-mode
 * undo-tree
+* Ruby / Haskell / CPerl / Tuareg
 * ......and More!
 
 ## Requirements
@@ -163,11 +164,17 @@ Take "Keelung, Taiwan" (25N,121E) for example, you can 
set like this:
 
 ## Notes
 ### No 256-Color Output?
-If your terminal emulator doesn't render 256-color output correctly, set its 
environment variable `TERM` to `xterm-256color`. For example, if you are using 
`Konsole`, navigate to `Edit Current Profile > General > Environment > Edit` 
and add the following line:
+If your terminal emulator doesn't render 256-color output correctly, set its 
environment variable `TERM` to `xterm-256color`. For example:
+
+- If you are using `bash` or `zsh`, add following line into your `~/.bashrc` 
or `~/.zshrc`:
+
+       export TERM=xterm-256color
+
+- Or if you are using `Konsole`, navigate to `Edit Current Profile > General > 
Environment > Edit` and add the following line:
 
     TERM=xterm-256color
 
-If you also use `tmux`, add this to `~/.tmux.conf`, too:
+- If you're using `tmux` and it cannot display in 256-color correctly, add 
this to `~/.tmux.conf`, too:
 
     set -g default-terminal "screen-256color"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]