completion/helm: add-hook! => add-hook
add-hook! is unnecessary for adding 1-to-1 hook.
This commit is contained in:
parent
8f673f52fc
commit
cc159ed9a9
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue