Skip to content

Commit

Permalink
Ensure helm frame use default font
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Sep 1, 2020
1 parent 3ab96ee commit f89b3b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm.el
Original file line number Diff line number Diff line change
Expand Up @@ -3391,6 +3391,7 @@ Note that this feature is available only with emacs-25+."
(foreground-color . ,(or helm-frame-foreground-color
(face-attribute 'default :foreground)))
(alpha . ,(or helm-frame-alpha 100))
(font . ,(assoc-default 'font (frame-parameters)))
(vertical-scroll-bars . nil)
(menu-bar-lines . 0)
(fullscreen . nil)
Expand Down

0 comments on commit f89b3b9

Please sign in to comment.