emacs.onboard icon indicating copy to clipboard operation
emacs.onboard copied to clipboard

Allow font size to be supplied as an argument

Open ecbrown opened this issue 1 year ago • 0 comments

It is desirable to set my own font size in init.el:

(setq eon-font-height 220) (eon-font eon-font-height)

This patch provides an implementation, which also takes into account theme toggling.

ecbrown avatar May 19 '23 22:05 ecbrown