From 04d0ee5a15b849be878f865cf48010e880d68f22 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 5 Mar 2019 18:29:33 +0000 Subject: Reduces font-size 10 was just too big on my gLinux 4k setup. --- configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/shared') diff --git a/configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el b/configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el index 96053a861916..6fd34516bfd1 100644 --- a/configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el +++ b/configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el @@ -1,4 +1,4 @@ -;;; ui.el --- Any related to the UI/UX goes here -*- lexical-binding: t -*- +;;; wpc-ui.el --- Any related to the UI/UX goes here -*- lexical-binding: t -*- ;; Author: William Carroll ;;; Commentary: @@ -10,7 +10,7 @@ (setq-default line-spacing 4) ;; change font -(add-to-list 'default-frame-alist '(font . "Source Code Pro-10")) +(add-to-list 'default-frame-alist '(font . "Source Code Pro-9")) (defconst wpc/font-size-step 10 "The amount (%) by which to increase or decrease a font.") -- cgit 1.4.1