aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-11-02 22:02:41 +0000
committeroreodave <aryadevchavali1@gmail.com>2019-11-02 22:02:41 +0000
commit19d334109e42062d2a5b8f07d3f99192163e25ec (patch)
treec2aa8314a1a65795514f1a2ea267465ba9ce9c76
parentdee990aae760181f2f6e35ae418fa3afeb3dd2ce (diff)
downloaddotfiles-19d334109e42062d2a5b8f07d3f99192163e25ec.tar.gz
dotfiles-19d334109e42062d2a5b8f07d3f99192163e25ec.tar.bz2
dotfiles-19d334109e42062d2a5b8f07d3f99192163e25ec.zip
~Global variables -> Simple variables
Functions and stuff that take less than 2 lines
-rw-r--r--doom.d/config.org2
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)