Last active
January 29, 2021 08:53
ivy-posframe: Advice for default font from selected frame
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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