From 7481b80d53bd59894191e10eff67a5e4d3890136 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 7 Nov 2012 03:27:54 +0100 Subject: .emacs.d/init.el --- .emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 40384e2..6f63801 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -166,8 +166,7 @@ (vertical-scroll-bars . nil) (menu-bar-lines . nil) (tool-bar-lines . nil) - (font . "Monaco:pixelsize=16") - (left-fringe . 0))) + (font . "Monaco:pixelsize=16"))) (setq emms-source-file-default-directory "/mnt/music/") (setq erc-autojoin-channels-alist '(("freenode.net" "#ninthfloor" "#emacs" "#dispass"))) @@ -268,6 +267,7 @@ (setq php-function-call-face 'font-lock-function-name-face) (setq php-mode-force-pear t) (setq pony-tpl-indent-moves t) +(setq pretty-symbol-categories '(lambda relational logical)) (setq rainbow-delimiters-max-face-count 12) (setq redisplay-dont-pause t) (setq scroll-conservatively 101) -- cgit v1.2.3-54-g00ecf