diff --git a/doom.d/config.org b/doom.d/config.org index e11aaa6..88dcf62 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -6,6 +6,7 @@ This is my [[https://github.com/hlissner/doom-emacs][Doom Emacs]] configuration, which I try to use for as many things as possible. It is currently my main editor overall, literally overtaking my life. * Simple variables +Setting up variables and basic stuff that doesn't require a lot of work. #+BEGIN_SRC elisp (setq doom-localleader-key ",") (setq warning-minimum-level :emergency)