Skip to content

Instantly share code, notes, and snippets.

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