aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/init.el
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-10-06 23:51:50 -0700
committerJakob Odersky <jakob@odersky.com>2016-10-06 23:51:50 -0700
commita0f495410a4f14163a766391bf0400f03b74b3f0 (patch)
tree2b70004c3ef136a429ad62cbf5b72f8e5ccd1b52 /home/.emacs.d/init.el
parent5f4ce62125ad7af9a08a0843d7284c1f2f3fe961 (diff)
downloaddotfiles-a0f495410a4f14163a766391bf0400f03b74b3f0.tar.gz
dotfiles-a0f495410a4f14163a766391bf0400f03b74b3f0.tar.bz2
dotfiles-a0f495410a4f14163a766391bf0400f03b74b3f0.zip
update emacs config
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)