doom//packages-install: fix skipped cleanup code
This commit is contained in:
parent
4e83cd516c
commit
34c74d2d5c
1 changed files with 3 additions and 3 deletions
|
@ -364,10 +364,10 @@ package.el as appropriate."
|
|||
(red "✕ FAILED")))
|
||||
(if (plist-member (cdr pkg) :pin)
|
||||
(format " [pinned: %s]" (plist-get (cdr pkg) :pin))
|
||||
"")))))
|
||||
""))))
|
||||
|
||||
(message! (bold (green "Finished!")))
|
||||
(doom//reload-load-path))))
|
||||
(doom//reload-load-path)))))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom//packages-update ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue