Tolerate colon characters inside code
This commit is contained in:
parent
ce65645fb8
commit
01bb9357c9
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue