Restore doom/reload
This commit is contained in:
parent
ed850fa069
commit
7b9c3fcafb
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue