mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-13 13:13:35 -05:00
byte-compile-dynamic = t, refactor byte-compile-warnings
This commit is contained in:
@@ -60,12 +60,13 @@ if you have byte-compiled your configuration (as intended).")
|
|||||||
use-package-expand-minimally t
|
use-package-expand-minimally t
|
||||||
use-package-debug nil
|
use-package-debug nil
|
||||||
use-package-verbose doom-debug-mode
|
use-package-verbose doom-debug-mode
|
||||||
|
|
||||||
quelpa-checkout-melpa-p nil
|
quelpa-checkout-melpa-p nil
|
||||||
quelpa-update-melpa-p nil
|
quelpa-update-melpa-p nil
|
||||||
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
|
byte-compile-dynamic t
|
||||||
'(redefine callargs obsolete cl-functions interactive-only mapcar constants suspicious))
|
byte-compile-warnings '(not mapcar free-vars unresolved noruntime lexical make-local))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user