dotfiles/emacs-lisp/native_compilation.org
2023-09-16 19:54:12 +02:00

482 B

Native Compilation

When Emacs is native compiling, it'll constantly raised the warning buffer on every message, of which there are a lot. As far as I know, they are harmless and can be safely ignored. Therefore raised the minimum raising level to error.

  (setq warning-minimum-level :error)