summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-05-14 00:31:23 +0100
committerjao <jao@gnu.org>2021-05-14 00:31:23 +0100
commit8c5a0628bc57143ec8b9a42204c9fd065d2150ca (patch)
tree4f0c03ff43b8a0271ece4a60e92effd23044f2b2 /init.org
parentba937422ee1e453132f6113309274b962a530906 (diff)
downloadelibs-8c5a0628bc57143ec8b9a42204c9fd065d2150ca.tar.gz
elibs-8c5a0628bc57143ec8b9a42204c9fd065d2150ca.tar.bz2
suppress compilation warning pop-ups
Diffstat (limited to 'init.org')
-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