completion/helm: add-hook! => add-hook

add-hook! is unnecessary for adding 1-to-1 hook.
This commit is contained in:
Henrik Lissner
2018-06-01 13:06:30 +02:00
committed by GitHub
parent 8f673f52fc
commit cc159ed9a9

View File

@ -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))