Skip to content

Commit

Permalink
corfu-popupinfo: Support font-lock-face
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Jul 16, 2024
1 parent 1a2c1f2 commit 5294a6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/corfu-popupinfo.el
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ documentation from the backend is usually expensive."
(left-margin-width . 1)
(right-margin-width . 1)
(word-wrap . t)
(fringe-indicator-alist (continuation)))
(fringe-indicator-alist (continuation))
(char-property-alias-alist (face font-lock-face)))
"Buffer parameters.")

(defvar corfu-popupinfo--frame nil
Expand Down

0 comments on commit 5294a6b

Please sign in to comment.