summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-09-14 16:09:17 +0200
committerGravatar Tom Willemsen2011-09-14 16:09:17 +0200
commite8daaf61ebdd50e56c33085b042007b06025d440 (patch)
tree67009218026394081784a3d4591aed3dedeb88e3 /.emacs.d
parentd2fcc5eb1c5b498b41a341b400a65111ab85219c (diff)
downloaddotfiles-e8daaf61ebdd50e56c33085b042007b06025d440.tar.gz
dotfiles-e8daaf61ebdd50e56c33085b042007b06025d440.zip
EMACS: Changed font size, again
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index cfbb9a0..723bc83 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -415,10 +415,10 @@
`((".*" ,temporary-file-directory t)))
(setq default-frame-alist
- (append '((font . "DejaVu Sans Mono-11:antialias=true"))))
+ (append '((font . "DejaVu Sans Mono:pixelsize=13"))))
(setq initial-frame-alist
- (append '((font . "DejaVu Sans Mono-11:antialias=true"))))
+ (append '((font . "DejaVu Sans Mono:pixelsize=13"))))
(fset 'yes-or-no-p 'y-or-n-p)