From a1e65c3856f16811ed33428520a49da95025913e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 30 Apr 2019 08:18:29 -0700 Subject: [emacs] switch back to Source Code Pro for the font --- emacs.d/custom/fcuny-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.d/custom') diff --git a/emacs.d/custom/fcuny-ui.el b/emacs.d/custom/fcuny-ui.el index 7217d0a..25c88ff 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 130 :weight 'normal :width 'normal :font "Monaco") + (set-face-attribute 'default nil :height 160 :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