From 7b9c3fcafbde2e95a18795c3bb0abdaa50c83266 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 5 Mar 2017 16:10:01 -0500 Subject: [PATCH] Restore doom/reload --- core/core-packages.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/core-packages.el b/core/core-packages.el index 1495b53a2..0b1755e2e 100644 --- a/core/core-packages.el +++ b/core/core-packages.el @@ -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.