Closed takaxp closed 6 years ago
Currently, the following code means nothing.
(when (require 'moom nil t) (setq moom-font-init-size 16))
If you really want to change the initial font size, please set moom-font-init-size before requiring moom. Will be fixed.
moom-font-init-size
moom
(setq moom-font-init-size 16) (when (require 'moom nil t) ;; add some settings here )
moom-font-init-size was hidden. Instead of that, please use :size option of moom-font-ascii to change font size. If you also provide :immediate option, then the font size will be immediately changed.
:size
moom-font-ascii
:immediate
Currently, the following code means nothing.
If you really want to change the initial font size, please set
moom-font-init-size
before requiringmoom
. Will be fixed.