Fix enabling doom-modeline
This commit is contained in:
parent
35bd0f5537
commit
7f5468b5b9
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue