summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-02-11 08:56:11 -0800
committerFranck Cuny <fcuny@twitter.com>2019-02-11 08:56:11 -0800
commit210aa07e7c90591dfbe44858422c8ce754a68ec4 (patch)
tree2c9ea703f16b74f81b6cb362c502d84a6ed1f642 /emacs.d/init.el
parent[bash] Add a couple aliases. (diff)
downloademacs.d-210aa07e7c90591dfbe44858422c8ce754a68ec4.tar.gz
[emacs] Same font size as my terminal.
Diffstat (limited to '')
-rw-r--r--emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index e0b0a44..3ae3ea7 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -102,7 +102,7 @@
     (defun fcuny/setup-frame(&optional frame)
       (fringe-mode '(10 . 10))
       (setq-default frame-title-format "%b")
-      (set-face-attribute 'default nil :height 160 :weight 'normal :width 'normal :font "Source Code Pro")
+      (set-face-attribute 'default nil :height 140 :weight 'normal :width 'normal :font "Source Code Pro")
       (when (eq system-type 'darwin)
         (setq ns-use-native-fullscreen nil)
         (setq mac-allow-anti-aliasing t)))