Reenabled doom theme and doom modeline

This commit is contained in:
Aleksandr Lebedev 2025-02-01 15:19:02 +01:00
parent b5e21b2faa
commit 255720cec7

View file

@ -429,7 +429,7 @@ By default, Emacs requires you to hit ESC three times to escape quit the minibuf
#+end_src
* Modeline
The modeline is the bottom status bar that appears in Emacs windows. While you can create your own custom modeline, why go to the trouble when Doom Emacs already has a nice modeline package available. For more information on what is available to configure in the Doom modeline, check out: [[https://github.com/seagle0128/doom-modeline][Doom Modeline]]
#+begin_src emacs-lispp
#+begin_src emacs-lisp
(use-package doom-modeline
:ensure t
:init (doom-modeline-mode 1)
@ -879,7 +879,7 @@ Descriptions for completions
* Theme
[[https://emacsfodder.github.io/emacs-theme-editor/][Emacs Theme Editor]]
** Theme loading
#+begin_src emacs-lispp
#+begin_src emacs-lisp
(use-package doom-themes
:ensure t
:config