Restore doom/reload

This commit is contained in:
Henrik Lissner 2017-03-05 16:10:01 -05:00
parent ed850fa069
commit 7b9c3fcafb

View file

@ -376,6 +376,12 @@ SUBMODULE is a symbol."
;; Commands ;; Commands
;; ;;
(defun doom/reload ()
"Reload `load-path'; useful if you modify/update packages outside of emacs."
(interactive)
(doom-initialize t)
(message "Reloaded %d packages" (length doom--package-load-path)))
(defun doom/reload-autoloads () (defun doom/reload-autoloads ()
"Refreshes the autoloads.el file, which tells Emacs where to find all the "Refreshes the autoloads.el file, which tells Emacs where to find all the
autoloaded functions in enabled modules or among the core libraries, e.g. autoloaded functions in enabled modules or among the core libraries, e.g.