Fix buttons in doom/help-packages
This commit is contained in:
parent
d407b3355a
commit
ec4a030370
1 changed files with 2 additions and 2 deletions
|
@ -500,10 +500,10 @@ If prefix arg is present, refresh the cache."
|
||||||
'action
|
'action
|
||||||
`(lambda (_)
|
`(lambda (_)
|
||||||
(cl-destructuring-bind (file line _match)
|
(cl-destructuring-bind (file line _match)
|
||||||
,(split-string location ":")
|
',(split-string location ":")
|
||||||
(find-file (expand-file-name file doom-emacs-dir))
|
(find-file (expand-file-name file doom-emacs-dir))
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(forward-line (1- line))
|
(forward-line (1- (string-to-number line)))
|
||||||
(recenter)))))
|
(recenter)))))
|
||||||
|
|
||||||
(insert "\n\n")))))
|
(insert "\n\n")))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue