From e2090b1d93ab1bee684305dcb63f8e7e39bb9341 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 18 Jun 2020 18:47:34 -0700 Subject: emacs: once again, larger font --- emacs.d/custom/fcuny-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.d') 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)) -- cgit 1.4.1