We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ed2b4 commit 2edc52bCopy full SHA for 2edc52b
customizations/ui.el
@@ -33,9 +33,6 @@
33
(add-to-list 'load-path "~/.emacs.d/themes")
34
(load-theme 'tomorrow-night-bright t)
35
36
-;; increase font size for better readability
37
-(set-face-attribute 'default nil :height 140)
38
-
39
;; Uncomment the lines below by removing semicolons and play with the
40
;; values in order to set the width (in characters wide) and height
41
;; (in lines high) Emacs will have whenever you start it
@@ -80,4 +77,4 @@
80
77
;; (setq doom-modeline-minor-modes t)
81
78
82
79
;; Reduce ridiculous font-size
83
-(set-face-attribute 'default nil :height 130)
+(set-face-attribute 'default nil :height 120)
0 commit comments