diff --git a/core/autoload/help.el b/core/autoload/help.el index 9d8672378..ccbe8face 100644 --- a/core/autoload/help.el +++ b/core/autoload/help.el @@ -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)