Add core-modeline.el to doom-byte-compile
This commit is contained in:
parent
1a8ae4d451
commit
97dad70392
1 changed files with 3 additions and 3 deletions
|
@ -356,9 +356,9 @@ e.g. (doom-fix-unicode \"DejaVu Sans\" ?⚠ ?★ ?λ)"
|
||||||
(interactive)
|
(interactive)
|
||||||
(mapc (lambda (f) (byte-compile-file (concat doom-emacs-dir "/" f) t))
|
(mapc (lambda (f) (byte-compile-file (concat doom-emacs-dir "/" f) t))
|
||||||
'("init.el" "core/core.el" "core/core-defuns.el" "core/core-ui.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-modeline.el" "core/core-os.el" "core/core-os-osx.el"
|
||||||
"core/core-os-linux.el" "private/my-commands.el"
|
"core/core-os-win32.el" "core/core-os-linux.el"
|
||||||
"private/my-bindings.el"))
|
"private/my-commands.el" "private/my-bindings.el"))
|
||||||
(unless (eq minimal 'basic)
|
(unless (eq minimal 'basic)
|
||||||
(unless minimal
|
(unless minimal
|
||||||
(byte-recompile-directory doom-core-dir 0 t)
|
(byte-recompile-directory doom-core-dir 0 t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue