tumashu / vertico-posframe

GNU General Public License v3.0
106 stars 16 forks source link

Question: How to adjust font size for `vertico-posframe`? #32

Closed eval-exec closed 1 year ago

eval-exec commented 1 year ago

Hello, How to adjust font size for vertico-posframe? Thank you :heart_decoration:

tumashu commented 1 year ago

Try below variable

(defcustom vertico-posframe-font nil
  "The font used by vertico-posframe.
When nil, Using current frame's font as fallback."
  :type 'string)
eval-exec commented 1 year ago

Thank you, I customize font by (setq vertico-posframe-font "Jetbrains Mono 8")