-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.
This commit is contained in:
oreodave
2019-11-02 22:12:06 +00:00
parent 79b4e7515e
commit f1aa86fca1

View File

@@ -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. Setting up variables and basic stuff that doesn't require a lot of work.
#+BEGIN_SRC elisp #+BEGIN_SRC elisp
(setq doom-localleader-key ",") (setq doom-localleader-key ",")
(setq warning-minimum-level :emergency)
(setq completion-ignore-case t) (setq completion-ignore-case t)
(setq org-directory "~/Text") (setq org-directory "~/Text")
(setq truncate-lines t) (setq truncate-lines t)