completion/helm: remove obsolete advice
Doesn't appear to be needed anymore.
This commit is contained in:
parent
6a67572e1d
commit
6bd2eaf2c8
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue