mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix end-of-file syntax error
This commit is contained in:
@ -197,7 +197,7 @@ the command buffer."
|
|||||||
(when (and (helm-attr 'help-running-p)
|
(when (and (helm-attr 'help-running-p)
|
||||||
(string= candidate (helm-attr 'help-current-symbol))
|
(string= candidate (helm-attr 'help-current-symbol))
|
||||||
(setq win (get-buffer-window (get-buffer (help-buffer)))))
|
(setq win (get-buffer-window (get-buffer (help-buffer)))))
|
||||||
(delete-window win))))
|
(delete-window win)))))
|
||||||
|
|
||||||
|
|
||||||
;;;###package Info
|
;;;###package Info
|
||||||
|
Reference in New Issue
Block a user