mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Disable native-comp warnings
This commit is contained in:
parent
3a6a6390c4
commit
b26f4e9f0f
3
init.org
3
init.org
@ -251,7 +251,8 @@
|
|||||||
(when (memq window-system '(mac ns))
|
(when (memq window-system '(mac ns))
|
||||||
(setq ns-pop-up-frames nil
|
(setq ns-pop-up-frames nil
|
||||||
mac-option-modifier nil
|
mac-option-modifier nil
|
||||||
mac-command-modifier 'meta)
|
mac-command-modifier 'meta
|
||||||
|
native-comp-async-report-warnings-errors nil)
|
||||||
(exec-path-from-shell-initialize)
|
(exec-path-from-shell-initialize)
|
||||||
(when (fboundp 'mac-auto-operator-composition-mode)
|
(when (fboundp 'mac-auto-operator-composition-mode)
|
||||||
(mac-auto-operator-composition-mode 1)))
|
(mac-auto-operator-composition-mode 1)))
|
||||||
|
Loading…
Reference in New Issue
Block a user