+prelude to Simple variables heading

This commit is contained in:
oreodave
2019-11-02 22:11:51 +00:00
parent 19d334109e
commit 79b4e7515e

View File

@@ -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 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. possible. It is currently my main editor overall, literally overtaking my life.
* Simple variables * Simple variables
Setting up variables and basic stuff that doesn't require a lot of work.
#+BEGIN_SRC elisp #+BEGIN_SRC elisp
(setq doom-localleader-key ",") (setq doom-localleader-key ",")
(setq warning-minimum-level :emergency) (setq warning-minimum-level :emergency)