diff --git a/core/core-packages.el b/core/core-packages.el index 6f1ec4f51..d2fe533f1 100644 --- a/core/core-packages.el +++ b/core/core-packages.el @@ -607,6 +607,12 @@ loads MODULE SUBMODULE's packages.el file." ;; Commands ;; +(defun doom//reload () + "Reload your Doom config." + (interactive) + (load (concat doom-emacs-dir "init.el") nil nil 'nosuffix) + (doom//reload-load-path)) + (defun doom-packages--read-if-cookies (file) "Returns the value of the ;;;###if predicate form in FILE." (with-temp-buffer