From 454fe03fdcedef5b48b050696098820de29bc654 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 17 Jan 2013 14:51:20 +0100 Subject: 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. --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/init.el') 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"))) -- cgit v1.2.3-54-g00ecf