mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add core/core-ui.el to doom-byte-compile
This commit is contained in:
@ -355,7 +355,7 @@ e.g. (doom-fix-unicode \"DejaVu Sans\" ?⚠ ?★ ?λ)"
|
||||
"Byte compile the core and library .el files in ~/.emacs.d"
|
||||
(interactive)
|
||||
(mapc (lambda (f) (byte-compile-file (concat doom-emacs-dir "/" f) t))
|
||||
'("init.el" "core/core.el" "core/core-defuns.el"
|
||||
'("init.el" "core/core.el" "core/core-defuns.el" "core/core-ui.el"
|
||||
"core/core-os.el" "core/core-os-osx.el" "core/core-os-win32.el"
|
||||
"core/core-os-linux.el" "private/my-commands.el"
|
||||
"private/my-bindings.el"))
|
||||
|
Reference in New Issue
Block a user