docs: minor docstring revisions
For clarity only. These do not reflect any recent changes.
This commit is contained in:
parent
f5a9f5d7ad
commit
98a3cad54d
3 changed files with 11 additions and 8 deletions
|
@ -73,6 +73,9 @@ And jumps to your `doom!' block."
|
|||
(defun doom/reload ()
|
||||
"Reloads your private config.
|
||||
|
||||
WARNING: This command is experimental! If you haven't configured your config to
|
||||
be idempotent, then this could cause compounding slowness or errors.
|
||||
|
||||
This is experimental! It will try to do as `bin/doom sync' does, but from within
|
||||
this Emacs session. i.e. it reload autoloads files (if necessary), reloads your
|
||||
package list, and lastly, reloads your private config.el.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue