Skip to content

Commit

Permalink
Update vertico-posframe.el
Browse files Browse the repository at this point in the history
Vertico function rename, see minad/vertico@5c4a2cb.

Solves #51.
  • Loading branch information
danielfleischer authored and tumashu committed Dec 13, 2024
1 parent 34a241f commit 8ff4aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vertico-posframe.el
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ vertico-posframe works with vertico multiform toggle."
(setq-local vertico-posframe--use-auto-hscroll-mode-p nil))))
(posframe-hide vertico-posframe--buffer))

(cl-defmethod vertico--resize-window
(_height &context ((vertico-posframe-mode-workable-p) (eql t))))
(cl-defmethod vertico--resize
(&context ((vertico-posframe-mode-workable-p) (eql t))))

(cl-defmethod vertico--display-candidates
:after (_candidates &context ((vertico-posframe-mode-workable-p) (eql t)))
Expand Down

0 comments on commit 8ff4aa7

Please sign in to comment.