fix(emacs): suppress emacs-nativecomp warnings
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
a948c507b1
commit
63b070ce80
1 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,9 @@
|
||||||
(global-unset-key (kbd "C-z"))
|
(global-unset-key (kbd "C-z"))
|
||||||
(global-unset-key (kbd "C-x C-z"))
|
(global-unset-key (kbd "C-x C-z"))
|
||||||
|
|
||||||
|
;; emacs-nativecomp
|
||||||
|
(setq native-comp-async-report-warnings-errors nil)
|
||||||
|
|
||||||
;; From https://stackoverflow.com/questions/8309769/how-can-i-prevent-emacs-from-opening-new-window-for-compilation-output
|
;; From https://stackoverflow.com/questions/8309769/how-can-i-prevent-emacs-from-opening-new-window-for-compilation-output
|
||||||
|
|
||||||
;; Helper for compilation. Close the compilation window if
|
;; Helper for compilation. Close the compilation window if
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue