Reduces font-size
10 was just too big on my gLinux 4k setup.
This commit is contained in:
parent
69acbae998
commit
04d0ee5a15
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
;; Author: William Carroll <wpcarro@gmail.com>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
(setq-default line-spacing 4)
|
(setq-default line-spacing 4)
|
||||||
|
|
||||||
;; change font
|
;; 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
|
(defconst wpc/font-size-step 10
|
||||||
"The amount (%) by which to increase or decrease a font.")
|
"The amount (%) by which to increase or decrease a font.")
|
||||||
|
|
Loading…
Reference in a new issue