From e7402208354729c5738e0159c58b93cb865b590a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 16 Sep 2019 17:04:49 -0700 Subject: [emacs] let's try a slightly larger font --- emacs.d/custom/fcuny-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.d/custom/fcuny-ui.el') diff --git a/emacs.d/custom/fcuny-ui.el b/emacs.d/custom/fcuny-ui.el index 3eea9cb..3cfc9ae 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-face-attribute 'default nil :height 140 :weight 'normal :width 'normal :font "Source Code Pro") + (set-face-attribute 'default nil :height 150 :weight 'normal :width 'normal :font "Source Code Pro") (when (memq window-system '(mac ns)) (setq ns-use-native-fullscreen nil) (setq mac-allow-anti-aliasing t))) -- cgit 1.4.1