summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.org b/init.org
index c0576a0..bc3c485 100644
--- a/init.org
+++ b/init.org
@@ -26,7 +26,8 @@
*** Loading .el newer than .elc files, and eln stuff
#+begin_src emacs-lisp
(setq load-prefer-newer t)
- (setq comp-async-report-warnings-errors nil)
+ (setq comp-async-report-warnings-errors nil
+ warning-suppress-types '((comp)))
#+end_src
* Initialisation
*** Portability macros