core.el: refactor settings + move byte-compile-warnings to core-packages.el

This commit is contained in:
Henrik Lissner 2017-01-31 18:59:58 -05:00
parent b54604b48b
commit db02e974d7
2 changed files with 17 additions and 15 deletions

View file

@ -56,7 +56,10 @@ symbol and cdr is the submodule's name as a symbol.")
quelpa-checkout-melpa-p nil
quelpa-update-melpa-p nil
quelpa-use-package-inhibit-loading-quelpa t
quelpa-dir (expand-file-name "quelpa" doom-packages-dir))
quelpa-dir (expand-file-name "quelpa" doom-packages-dir)
;; ssh, no tears. Only compiling.
byte-compile-warnings
'(unresolved callargs obsolete noruntime cl-functions make-local constants suspicious))
;;