From 6bd2eaf2c8795eda2645075be73dd6820db24643 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 22 Aug 2019 18:56:25 -0400 Subject: [PATCH] completion/helm: remove obsolete advice Doesn't appear to be needed anymore. --- modules/completion/helm/config.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/completion/helm/config.el b/modules/completion/helm/config.el index 89c0eff7a..eae06e513 100644 --- a/modules/completion/helm/config.el +++ b/modules/completion/helm/config.el @@ -82,11 +82,7 @@ be negative.") :init (when (and EMACS26+ (featurep! +childframe)) - (setq helm-display-function #'+helm-posframe-display-fn) - (defadvice! +helm--fix-get-font-height-a (orig-fn position) - "Fix \"Specified window is not displaying the current buffer\" error." - :around #'posframe--get-font-height - (ignore-errors (funcall orig-fn position)))) + (setq helm-display-function #'+helm-posframe-display-fn)) (let ((fuzzy (featurep! +fuzzy))) (setq helm-M-x-fuzzy-match fuzzy