summary refs log tree commit diff
path: root/emacs.d/core/core-ui.el
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-03-10 19:50:30 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-03-10 19:50:30 -0800
commit2a4278c5495dc341ddb054e81f69d82a22a1898d (patch)
tree9f29a06c1ee72ca4f5e82e509eb3a2a915f98ec9 /emacs.d/core/core-ui.el
parent[emacs] Fix settings for 'indent-tabs-mode'. (diff)
downloademacs.d-2a4278c5495dc341ddb054e81f69d82a22a1898d.tar.gz
[emacs] reduce the size of the font.
Diffstat (limited to 'emacs.d/core/core-ui.el')
-rw-r--r--emacs.d/core/core-ui.el2
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)