diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-11-22 06:16:53 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-11-22 06:16:53 +0000 |
commit | f1fba0ae2feaee80cc2e10c5241777f2e2ce13a8 (patch) | |
tree | 2c35650e53f65ac608d0ecf8856e2afefea14276 /Emacs | |
parent | 5d2134c20e1b77be2507e328274fa2290030aff2 (diff) | |
download | dotfiles-f1fba0ae2feaee80cc2e10c5241777f2e2ce13a8.tar.gz dotfiles-f1fba0ae2feaee80cc2e10c5241777f2e2ce13a8.tar.bz2 dotfiles-f1fba0ae2feaee80cc2e10c5241777f2e2ce13a8.zip |
(Emacs)~telephone-line -> Emacs default mode line
Using my Emacs default mode line config for a bit, might change.
Diffstat (limited to 'Emacs')
-rw-r--r-- | Emacs/.config/emacs/config.org | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 6bf822b..5b977ea 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -907,11 +907,11 @@ Setup global mode after evil mode has been loaded :config (yas-load-directory (no-littering-expand-etc-file-name "yasnippet/snippets"))) #+end_src -** Emacs Mode-line -:PROPERTIES: -:header-args:emacs-lisp: :tangle no -:END: - +** Mode line +A mode line in an editor can provide a LOT of information, or very +little. I customised the Emacs modeline to give me a bit of info, +=telephone-line= to give me a lot. +*** Emacs Mode-line Check out [[*Telephone-line][this package]] for my current modeline. Firstly, declare a variable for the separator between each module @@ -964,7 +964,10 @@ Finally, set the mode-line-format. vc-mode mode-line-end-spaces))) #+end_src -** Telephone-line +*** Telephone-line +:PROPERTIES: +:header-args:emacs-lisp: :tangle no +:END: Telephone-line is a mode-line package for Emacs which prioritises extensibility. It also looks much nicer than the default mode line with colouring and a ton of presentations to choose from. |