From 255720cec7b579b131148c12bbfe18bd562502bf Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Sat, 1 Feb 2025 15:19:02 +0100 Subject: [PATCH] Reenabled doom theme and doom modeline --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 2a94c85..74b0a95 100644 --- a/config.org +++ b/config.org @@ -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