diff options
-rw-r--r-- | init.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |