Delete doom-packages-file on doom//reload-load-path
Fixes potentially malformed load-path after package management operatins.
This commit is contained in:
parent
dfb6bc162d
commit
cde3a3ee78
1 changed files with 1 additions and 0 deletions
|
@ -533,6 +533,7 @@ an Emacs session is running.
|
|||
This isn't necessary if you use Doom's package management commands because they
|
||||
call `doom//reload-load-path' remotely (through emacsclient)."
|
||||
(interactive)
|
||||
(delete-file doom-packages-file)
|
||||
(cond ((and noninteractive (not (daemonp)))
|
||||
(require 'server)
|
||||
(when (server-running-p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue