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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,7 +158,7 @@
(defun +helm|posframe-cleanup () (defun +helm|posframe-cleanup ()
(posframe-hide +helm--posframe-buffer)) (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)) (setq helm-display-function #'+helm-posframe-display))