core.el: refactor settings + move byte-compile-warnings to core-packages.el
This commit is contained in:
parent
b54604b48b
commit
db02e974d7
2 changed files with 17 additions and 15 deletions
|
@ -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))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue