From f1aa86fca1a1edc92916a8a159f16ee71ad7c8ff Mon Sep 17 00:00:00 2001 From: oreodave Date: Sat, 2 Nov 2019 22:12:06 +0000 Subject: -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. --- doom.d/config.org | 1 - 1 file changed, 1 deletion(-) (limited to 'doom.d/config.org') 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) -- cgit v1.2.3-13-gbd6f