summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-17 14:51:20 +0100
committerGravatar Tom Willemsen2013-01-17 14:51:20 +0100
commit454fe03fdcedef5b48b050696098820de29bc654 (patch)
tree941674baa3f75553b24f7dbe734a382ebf32078a /.emacs.d
parentcfc60ae6dc3296aa0b1b87d1f9543749f2e41768 (diff)
downloaddotfiles-454fe03fdcedef5b48b050696098820de29bc654.tar.gz
dotfiles-454fe03fdcedef5b48b050696098820de29bc654.zip
Emacs, Xdefaults: Change font back to Monaco
Consolas may have cursive script, but it also has crazy changing letters for each scrept (bold, cursive). And Monaco still has the better parentheses.
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 9228ec8..b4b6b73 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -65,7 +65,7 @@
(vertical-scroll-bars . nil)
(menu-bar-lines . nil)
(tool-bar-lines . nil)
- (font . "Consolas-14")))
+ (font . "Monaco-12")))
(setq emms-source-file-default-directory "/mnt/music/")
(setq erc-autojoin-channels-alist
'(("freenode.net" "#ninthfloor" "#emacs")))