+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.
This commit is contained in:
oreodave
2019-08-05 02:56:15 +01:00
parent d9d4c59b78
commit d18d7467b1

View File

@@ -18,6 +18,7 @@ become my C one soon!
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq doom-localleader-key ",") (setq doom-localleader-key ",")
(setq projectile-tags-command "exctags -Re --exclude=Makefile --exclude=node_modules --exclude=bin --exclude=obj --exclude=dist") (setq projectile-tags-command "exctags -Re --exclude=Makefile --exclude=node_modules --exclude=bin --exclude=obj --exclude=dist")
(setq warning-minimum-level :emergency)
#+END_SRC #+END_SRC
- '<SPC>m' is right next to ',', so may as well use one tap instead of two - '<SPC>m' is right next to ',', so may as well use one tap instead of two
- Projectile tags commands - Projectile tags commands