diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-11-02 22:12:06 +0000 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-11-02 22:12:06 +0000 |
commit | f1aa86fca1a1edc92916a8a159f16ee71ad7c8ff (patch) | |
tree | b878ddf464d51a15f5699f5446b273fdbe9575cd | |
parent | 79b4e7515e54ffeea6d29f9fbbbe848832c82226 (diff) | |
download | dotfiles-f1aa86fca1a1edc92916a8a159f16ee71ad7c8ff.tar.gz dotfiles-f1aa86fca1a1edc92916a8a159f16ee71ad7c8ff.tar.bz2 dotfiles-f1aa86fca1a1edc92916a8a159f16ee71ad7c8ff.zip |
-warning level setting
Org error has been removed, so what's the point of this? Only stops me
from seeing any critical errors I might've missed.
-rw-r--r-- | doom.d/config.org | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 88dcf62..23f57d2 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -9,7 +9,6 @@ possible. It is currently my main editor overall, literally overtaking my life. 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) (setq completion-ignore-case t) (setq org-directory "~/Text") (setq truncate-lines t) |