emacs.onboard
emacs.onboard copied to clipboard
Allow font size to be supplied as an argument
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.