mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
completion/helm: add-hook! => add-hook
add-hook! is unnecessary for adding 1-to-1 hook.
This commit is contained in:
@ -158,7 +158,7 @@
|
||||
(defun +helm|posframe-cleanup ()
|
||||
(posframe-hide +helm--posframe-buffer))
|
||||
|
||||
(add-hook! 'helm-cleanup-hook #'+helm|posframe-cleanup)
|
||||
(add-hook 'helm-cleanup-hook #'+helm|posframe-cleanup)
|
||||
(setq helm-display-function #'+helm-posframe-display))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user