Merge pull request #4456 from RBckmnn/Fix_doom/bump-package
Fix interactive call of doom/bump-package
This commit is contained in:
commit
157f654f98
1 changed files with 2 additions and 2 deletions
|
@ -177,8 +177,8 @@ each package."
|
|||
(defun doom/bump-package (package)
|
||||
"Bump PACKAGE in all modules that install it."
|
||||
(interactive
|
||||
(list (completing-read "Bump package: "
|
||||
(mapcar #'car (doom-package-list 'all)))))
|
||||
(list (intern (completing-read "Bump package: "
|
||||
(mapcar #'car (doom-package-list 'all))))))
|
||||
(let* ((packages (doom-package-list 'all))
|
||||
(modules (plist-get (alist-get package packages) :modules)))
|
||||
(unless modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue