mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-15 14:51:01 -08:00
Merge pull request #5274 from Yp3rion/develop
Fix doom/help-packages to correctly print config locations
This commit is contained in:
commit
3fb4ac2e4b
1 changed files with 1 additions and 1 deletions
|
|
@ -616,7 +616,7 @@ If prefix arg is present, refresh the cache."
|
|||
(insert "This package is configured in the following locations:")
|
||||
(dolist (location configs)
|
||||
(insert "\n" indent)
|
||||
(cl-destructuring-bind (file line _match)
|
||||
(cl-destructuring-bind (file line _match &rest)
|
||||
(split-string location ":")
|
||||
(doom--help-insert-button location
|
||||
(expand-file-name file doom-emacs-dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue