core-popups: fix doom--switch-from-popup
This commit is contained in:
parent
be2c1c26b0
commit
2f81ca11a5
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ the command buffer."
|
|||
(switch-to-buffer (car location) nil t)
|
||||
(if (not (cdr location))
|
||||
(message "Unable to find location in file")
|
||||
(goto-char location)
|
||||
(goto-char (cdr location))
|
||||
(recenter)))
|
||||
|
||||
(define-button-type 'help-function-def
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue