diff --git a/modules/completion/helm/config.el b/modules/completion/helm/config.el index cda2c9bf4..b345b0530 100644 --- a/modules/completion/helm/config.el +++ b/modules/completion/helm/config.el @@ -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))