doom/compile-lite: add docstring

This commit is contained in:
Henrik Lissner 2017-03-25 01:06:40 -04:00
parent 06b1a8c928
commit b60e8b7214

View file

@ -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))