Skip to content

Instantly share code, notes, and snippets.

@nxtr
Last active January 29, 2021 08:53
ivy-posframe: Advice for default font from selected frame
(define-advice ivy-posframe--display (:around (fun &rest args))
(let ((ivy-posframe-font (face-attribute 'default :font (selected-frame))))
(apply fun args)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment