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