aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'home/.emacs.d/init.el')
-rw-r--r--home/.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.emacs.d/init.el b/home/.emacs.d/init.el
index 7ceee88..56494ce 100644
--- a/home/.emacs.d/init.el
+++ b/home/.emacs.d/init.el
@@ -18,7 +18,7 @@
(global-auto-revert-mode t)
;; font
-(set-face-attribute 'default nil :height 110); value is in 1/10pt, so 100 will give you 10pt, etc.
+(set-face-attribute 'default nil :height 120); value is in 1/10pt, so 100 will give you 10pt, etc.
;; uniform questions
(defalias 'yes-or-no-p 'y-or-n-p)