diff options
-rw-r--r-- | doom.d/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 4fc99c9..e11aaa6 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -4,8 +4,8 @@ * Preclude This is my [[https://github.com/hlissner/doom-emacs][Doom Emacs]] configuration, which I try to use for as many things as -* Global variables possible. It is currently my main editor overall, literally overtaking my life. +* Simple variables #+BEGIN_SRC elisp (setq doom-localleader-key ",") (setq warning-minimum-level :emergency) |