summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2019-12-27 09:23:27 -0800
committerFranck Cuny <franck.cuny@gmail.com>2019-12-27 09:23:27 -0800
commit6f452738d7dbbcc719695e1c816e99442b60884d (patch)
treeb6690c7f59269375d5b69f4c99578dde79e86e41 /emacs.d
parentemacs: remove duplicated setting for ivy (diff)
downloademacs.d-6f452738d7dbbcc719695e1c816e99442b60884d.tar.gz
emacs: bigger font.
I need to use bigger font, I wasted a lot of time yesterday on an issue
that was caused by a typo.
Diffstat (limited to 'emacs.d')
-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 1e19bf1..6c65ed3 100644
--- a/emacs.d/custom/fcuny-ui.el
+++ b/emacs.d/custom/fcuny-ui.el
@@ -16,7 +16,7 @@
   :config
   (blink-cursor-mode -1)
   (setq frame-title-format "%b")
-  (set-frame-font "Source Code Pro-13")
+  (set-frame-font "Source Code Pro-16")
   (when (memq window-system '(mac ns))
     (add-to-list 'default-frame-alist '(fullscreen . maximized))
     (add-to-list 'default-frame-alist '(ns-appearance . nil))