summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2020-03-12 17:10:10 -0700
committerFranck Cuny <franck.cuny@gmail.com>2020-03-12 17:10:10 -0700
commit9b7311bab360a7d7b02dfff2360c347520dca1c5 (patch)
tree6b0e44ed8dde65188710b3ace989aab8743deded
parentorg: delete the custom commands for the agenda (diff)
downloademacs.d-9b7311bab360a7d7b02dfff2360c347520dca1c5.tar.gz
[emacs] size of the font
-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 8b792b0..9a96bb0 100644
--- a/emacs.d/custom/fcuny-ui.el
+++ b/emacs.d/custom/fcuny-ui.el
@@ -19,7 +19,7 @@
   :config
   (blink-cursor-mode -1)
   (setq frame-title-format "%b")
-  (set-frame-font "Source Code Pro-15")
+  (set-frame-font "Source Code Pro-14")
   (when (memq window-system '(mac ns))
     (add-to-list 'default-frame-alist '(fullscreen . maximized))
     (add-to-list 'default-frame-alist '(ns-appearance . nil))