Fix enabling doom-modeline

This commit is contained in:
Evie Litherland-Smith 2024-02-29 15:35:44 +00:00
parent 35bd0f5537
commit 7f5468b5b9

View file

@ -211,7 +211,7 @@ Removed in favour of [[https://github.com/catppuccin/emacs][Catppuccin (emacs)]]
#+begin_src emacs-lisp
(use-package doom-modeline
:ensure t
:after modus-themes
:demand
:custom
(doom-modeline-checker-simple-format nil)
(doom-modeline-enable-word-count t)
@ -226,7 +226,7 @@ Removed in favour of [[https://github.com/catppuccin/emacs][Catppuccin (emacs)]]
markdown-mode
gfm-mode))
:config
(doom-modeline +1))
(doom-modeline-mode +1))
#+end_src
** Battery state for laptops
#+begin_src emacs-lisp