diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-11-02 22:11:51 +0000 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-11-02 22:11:51 +0000 |
commit | 79b4e7515e54ffeea6d29f9fbbbe848832c82226 (patch) | |
tree | 74554252466d622bc51fa32e4b879919baec919d | |
parent | 19d334109e42062d2a5b8f07d3f99192163e25ec (diff) | |
download | dotfiles-79b4e7515e54ffeea6d29f9fbbbe848832c82226.tar.gz dotfiles-79b4e7515e54ffeea6d29f9fbbbe848832c82226.tar.bz2 dotfiles-79b4e7515e54ffeea6d29f9fbbbe848832c82226.zip |
+prelude to Simple variables heading
-rw-r--r-- | doom.d/config.org | 1 |
1 files changed, 1 insertions, 0 deletions
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) |