diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-08-05 02:56:15 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-08-05 02:56:15 +0100 |
commit | d18d7467b167a77fd8b4be514fce430ee9b334cf (patch) | |
tree | bbc49769a1dcdb9ffad16a41ebc4234ea4be5683 /doom.d | |
parent | d9d4c59b784509d1e090b2ad17486acd7bb1ad08 (diff) | |
download | dotfiles-d18d7467b167a77fd8b4be514fce430ee9b334cf.tar.gz dotfiles-d18d7467b167a77fd8b4be514fce430ee9b334cf.tar.bz2 dotfiles-d18d7467b167a77fd8b4be514fce430ee9b334cf.zip |
+Warning level to emergency
This is due to this weird org error I keep getting when booting doom.
Didn't get a fix so this is the closest thing to it.
Diffstat (limited to 'doom.d')
-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 a56d95a..7c03b86 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -18,6 +18,7 @@ become my C one soon! #+BEGIN_SRC emacs-lisp (setq doom-localleader-key ",") (setq projectile-tags-command "exctags -Re --exclude=Makefile --exclude=node_modules --exclude=bin --exclude=obj --exclude=dist") +(setq warning-minimum-level :emergency) #+END_SRC - '<SPC>m' is right next to ',', so may as well use one tap instead of two - Projectile tags commands |