Merge pull request #5274 from Yp3rion/develop

Fix doom/help-packages to correctly print config locations
This commit is contained in:
Henrik Lissner 2021-07-23 16:15:31 -04:00 committed by GitHub
commit 3fb4ac2e4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -616,7 +616,7 @@ If prefix arg is present, refresh the cache."
(insert "This package is configured in the following locations:") (insert "This package is configured in the following locations:")
(dolist (location configs) (dolist (location configs)
(insert "\n" indent) (insert "\n" indent)
(cl-destructuring-bind (file line _match) (cl-destructuring-bind (file line _match &rest)
(split-string location ":") (split-string location ":")
(doom--help-insert-button location (doom--help-insert-button location
(expand-file-name file doom-emacs-dir) (expand-file-name file doom-emacs-dir)