diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-03-10 19:50:30 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-03-10 19:50:30 -0800 |
commit | 2a4278c5495dc341ddb054e81f69d82a22a1898d (patch) | |
tree | 9f29a06c1ee72ca4f5e82e509eb3a2a915f98ec9 | |
parent | [emacs] Fix settings for 'indent-tabs-mode'. (diff) | |
download | emacs.d-2a4278c5495dc341ddb054e81f69d82a22a1898d.tar.gz |
[emacs] reduce the size of the font.
-rw-r--r-- | emacs.d/core/core-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/core/core-ui.el b/emacs.d/core/core-ui.el index 2962cc5..1e519b4 100644 --- a/emacs.d/core/core-ui.el +++ b/emacs.d/core/core-ui.el @@ -1,5 +1,5 @@ (defvar fcuny/font-family "Source Code Pro") -(defvar fcuny/font-size 140) +(defvar fcuny/font-size 130) (defun fcuny/set-font-size (size) (interactive) |