completion/helm: remove obsolete advice

Doesn't appear to be needed anymore.
This commit is contained in:
Henrik Lissner 2019-08-22 18:56:25 -04:00
parent 6a67572e1d
commit 6bd2eaf2c8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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