Change default font size

This commit is contained in:
Ivan Malison 2016-09-16 11:29:59 -07:00
parent 5087f25195
commit 9fab348efb
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -580,7 +580,7 @@ the ~:around~ keyword of advice-add.
** Font Size ** Font Size
This was taken from [[http://emacs.stackexchange.com/questions/7583/transiently-adjust-text-size-in-mode-line-and-minibuffer][here]]. It is primarily invoked from a hydra defined below. It would be cool if it got the default font size from whatever the default font was but it does not currently do that. This was taken from [[http://emacs.stackexchange.com/questions/7583/transiently-adjust-text-size-in-mode-line-and-minibuffer][here]]. It is primarily invoked from a hydra defined below. It would be cool if it got the default font size from whatever the default font was but it does not currently do that.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq imalison:default-font-size-pt 100) (setq imalison:default-font-size-pt 88)
(defun imalison:font-size-adj (&optional arg) (defun imalison:font-size-adj (&optional arg)
"The default C-x C-0/-/= bindings do an excellent job of font resizing. "The default C-x C-0/-/= bindings do an excellent job of font resizing.