[Emacs] Turn native async compilation warnings off early
This commit is contained in:
parent
3c22c77226
commit
ffd4621060
@ -10,6 +10,9 @@
|
||||
(defvar phundrak//dotspacemacs-files (list phundrak//dotspacemacs-si phundrak//dotspacemacs-sl
|
||||
phundrak//dotspacemacs-uc phundrak//dotspacemacs-ui))
|
||||
|
||||
;; turn off native comp warnings
|
||||
(setq comp-async-report-warnings-errors nil)
|
||||
|
||||
(defun phundrak/update-config-files-p (&optional compiled?)
|
||||
"Verify if any of my exported Elisp configuration files are
|
||||
newer than my litterate configuration.
|
||||
|
Loading…
Reference in New Issue
Block a user