cadadr / elisp

Göktuğ's Emacs Lisp programs
79 stars 21 forks source link

org-variable-pitch: Only set font-family for face to support text scaling #36

Closed terlar closed 5 years ago

terlar commented 5 years ago

If you set :font it will set all of the following:

When :height is set you loose the ability to be able to scale the face with text-scale-increase/text-scale-decrease. By only setting the :family we avoid this.

cadadr commented 5 years ago

Thanks for your patch! Merged.