mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Restore doom/reload
This commit is contained in:
@ -376,6 +376,12 @@ SUBMODULE is a symbol."
|
||||
;; 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 ()
|
||||
"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.
|
||||
|
Reference in New Issue
Block a user