Remove time and battery from modeline

This commit is contained in:
Evie Litherland-Smith 2024-09-18 07:48:51 +01:00
parent 2d3a3215f8
commit 3dafe7ff4c

View file

@ -164,19 +164,6 @@ Configure the look and feel of Emacs
(line-number-mode +1)
(column-number-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
*** Font ligatures
#+begin_src emacs-lisp