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