about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2019-03-05T18·29+0000
committerWilliam Carroll <wpcarro@gmail.com>2019-03-05T18·29+0000
commit04d0ee5a15b849be878f865cf48010e880d68f22 (patch)
tree5b4cb1b58fc0cbaa5d5c85149368741efae6172c /configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el
parent69acbae998b2cb128b70f752ddf592320286e812 (diff)
Reduces font-size
10 was just too big on my gLinux 4k setup.
Diffstat (limited to 'configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el')
-rw-r--r--configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el4
1 files changed, 2 insertions, 2 deletions
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 <wpcarro@gmail.com>
 
 ;;; 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.")