diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-02-26 14:46:04 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-02-26 14:46:04 -0800 |
commit | d8cbaddfba067ffac108157406582df8ac6b180b (patch) | |
tree | 01cbcaab37bffd891fd59b8f8d5c03df3d7731e6 /emacs.d | |
parent | [emacs] Add binding for org-agenda. (diff) | |
download | emacs.d-d8cbaddfba067ffac108157406582df8ac6b180b.tar.gz |
[emacs] Change the font size interactively
Diffstat (limited to '')
-rw-r--r-- | emacs.d/core/core-ui.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/core/core-ui.el b/emacs.d/core/core-ui.el index 4a3e36a..2962cc5 100644 --- a/emacs.d/core/core-ui.el +++ b/emacs.d/core/core-ui.el @@ -2,6 +2,7 @@ (defvar fcuny/font-size 140) (defun fcuny/set-font-size (size) + (interactive) (set-face-attribute 'default nil :height size)) (defun fcuny/regular-mode () |