diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-05-14 15:07:07 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-05-14 15:07:07 +0200 |
commit | 4b88aa2293dbb7219147919ec38cd5dc5262a520 (patch) | |
tree | 2ef14e080e376983e50e4d7bf8e26cc9cb5bca72 | |
parent | 30b8264dca18c1988c6c8424e81305568510a3ed (diff) |
modeline: Configure ERC track position.
-rw-r--r-- | init.org | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -856,14 +856,15 @@ Not EMMS but MPC: :header-args: :noweb-ref modeline :END: +Before setting up any modeline themes we load the IRC client ERC and +tell it where to place the indicator for channel activity. #+BEGIN_SRC elisp +(require 'erc) +(setq erc-track-position-in-mode-line 'before-modes) #+END_SRC -* Modeline -:PROPERTIES: -:header-args: :noweb-ref modeline -:END: +I don’t like a cluttered modeline, so I like to hide mode lighters with =rich-minority=. #+BEGIN_SRC elisp ;; clean up mode line |