doom/compile-lite: add docstring
This commit is contained in:
parent
06b1a8c928
commit
b60e8b7214
1 changed files with 2 additions and 0 deletions
|
@ -468,6 +468,8 @@ accompanying *.elc file."
|
||||||
(format (if (= total 0) "%s" "%s/%s") total-success total)))))
|
(format (if (= total 0) "%s" "%s/%s") total-success total)))))
|
||||||
|
|
||||||
(defun doom/compile-lite (&optional recompile-p)
|
(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)
|
(interactive)
|
||||||
(doom/compile recompile-p t))
|
(doom/compile recompile-p t))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue