Last active
January 29, 2021 08:53
-
-
Save nxtr/7998a54374d7b272e6ffd9b3f4daa78a to your computer and use it in GitHub Desktop.
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