Remove time and battery from modeline
This commit is contained in:
parent
2d3a3215f8
commit
3dafe7ff4c
13
README.org
13
README.org
|
@ -164,19 +164,6 @@ Configure the look and feel of Emacs
|
||||||
(line-number-mode +1)
|
(line-number-mode +1)
|
||||||
(column-number-mode +1)
|
(column-number-mode +1)
|
||||||
(size-indication-mode -1)
|
(size-indication-mode -1)
|
||||||
|
|
||||||
(use-package time
|
|
||||||
:custom
|
|
||||||
(display-time-24hr-format t)
|
|
||||||
:config
|
|
||||||
(display-time-mode +1))
|
|
||||||
|
|
||||||
(require 'battery)
|
|
||||||
(when (and battery-status-function
|
|
||||||
(not ( string-match-p "unknown"
|
|
||||||
( battery-format "%B"
|
|
||||||
(funcall battery-status-function)))))
|
|
||||||
(display-battery-mode +1))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
*** Font ligatures
|
*** Font ligatures
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue