Add doom//reload command (experimental)
This commit is contained in:
parent
370dacf2a2
commit
88082c0dc9
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue