From 3dafe7ff4cebd9c26e86d7ce7cc77d14c0fe4eca Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 18 Sep 2024 07:48:51 +0100 Subject: [PATCH] Remove time and battery from modeline --- README.org | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.org b/README.org index 8b1bb9f..60f07e1 100644 --- a/README.org +++ b/README.org @@ -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