summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-07 03:27:54 +0100
committerGravatar Tom Willemsen2012-11-07 03:27:54 +0100
commit7481b80d53bd59894191e10eff67a5e4d3890136 (patch)
treed0315132d6fc3ffc4fc1a1d4ddda9ec9ecbc3960
parent82679b5adef0cde86133b5312361c604fbe59694 (diff)
downloaddotfiles-7481b80d53bd59894191e10eff67a5e4d3890136.tar.gz
dotfiles-7481b80d53bd59894191e10eff67a5e4d3890136.zip
.emacs.d/init.el
-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 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)