summary refs log tree commit diff
path: root/emacs.d/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2020-06-18 18:47:34 -0700
committerFranck Cuny <franck.cuny@gmail.com>2020-06-18 18:47:34 -0700
commite2090b1d93ab1bee684305dcb63f8e7e39bb9341 (patch)
tree68dc723e41b3467b03bfd5f60c1138b6089c9bec /emacs.d/custom
parentemacs: stop using hydra (diff)
downloademacs.d-e2090b1d93ab1bee684305dcb63f8e7e39bb9341.tar.gz
emacs: once again, larger font
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-ui.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/custom/fcuny-ui.el b/emacs.d/custom/fcuny-ui.el
index 1226242..63228cb 100644
--- a/emacs.d/custom/fcuny-ui.el
+++ b/emacs.d/custom/fcuny-ui.el
@@ -15,7 +15,7 @@
   :config
   (blink-cursor-mode -1)
   (setq frame-title-format "%b")
-  (set-frame-font "Source Code Pro-14")
+  (set-frame-font "Source Code Pro-15")
   (when (memq window-system '(mac ns))
     (add-to-list 'default-frame-alist '(fullscreen . maximized))
     (add-to-list 'default-frame-alist '(ns-appearance . nil))