mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
doom/compile-lite: add docstring
This commit is contained in:
@ -468,6 +468,8 @@ accompanying *.elc file."
|
||||
(format (if (= total 0) "%s" "%s/%s") total-success total)))))
|
||||
|
||||
(defun doom/compile-lite (&optional recompile-p)
|
||||
"A light-weight version of `doom/compile' which only compiles core files in
|
||||
your emacs configuration (init.el and core/**/*.el)."
|
||||
(interactive)
|
||||
(doom/compile recompile-p t))
|
||||
|
||||
|
Reference in New Issue
Block a user