diff options
author | Amin Bandali <amin@gnu.org> | 2018-08-17 22:52:28 -0400 |
---|---|---|
committer | Amin Bandali <amin@gnu.org> | 2018-08-17 22:52:28 -0400 |
commit | 63073abd20bc940f6e0228a62ffc321b796e1519 (patch) | |
tree | fec164ec47ca53536e700cbd45b97918c46622bb | |
parent | e939ef1a57eb3717398d32f9c3fd3ed71bb4ad72 (diff) | |
download | configs-63073abd20bc940f6e0228a62ffc321b796e1519.tar.gz configs-63073abd20bc940f6e0228a62ffc321b796e1519.tar.xz configs-63073abd20bc940f6e0228a62ffc321b796e1519.zip |
[emacs] disable time and battery on modeline
-rw-r--r-- | init.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -442,7 +442,9 @@ Enable displaying time and battery in the mode-line, since I'm not using the Xfce panel anymore. Also, I don't need to see the load average on a regular basis, so disable that. -#+begin_src emacs-lisp +Note: using =i3status= on sway at the moment, so disabling this. + +#+begin_src emacs-lisp :tangle no (use-package time :ensure nil :init |