summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-20 18:53:28 +0100
committerGravatar Tom Willemsen2012-11-20 18:53:28 +0100
commitd027e718398b1f03644ac74bfbd1575a4e09845b (patch)
treeacb509fb8c2ca13854a012127f2796c108a17395
parenta5d05d17534e315524cdb5221428d9b01cbc95e6 (diff)
downloaddotfiles-d027e718398b1f03644ac74bfbd1575a4e09845b.tar.gz
dotfiles-d027e718398b1f03644ac74bfbd1575a4e09845b.zip
.emacs.d/init.el
-rw-r--r--.emacs.d/init.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 6b20d31..ee23d0d 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -106,9 +106,6 @@
'(setq ido-ignore-buffers `(,@ido-ignore-buffers
"^\\*.*\\*$" "^irc\\." "^\\#")))
-(eval-after-load "info"
- '(require 'info+))
-
(eval-after-load "jabber"
'(remove-hook 'jabber-alert-presence-hooks 'jabber-presence-echo))
@@ -273,9 +270,10 @@
(setq php-function-call-face 'font-lock-function-name-face)
(setq php-mode-force-pear t)
(setq pony-tpl-indent-moves t)
+(setq pp^L-^L-string-function 'oni:pretty-control-l-function)
+(setq pp^L-^L-string-pre nil)
(setq rainbow-delimiters-max-face-count 12)
(setq redisplay-dont-pause t)
-(setq scroll-conservatively 101)
(setq send-mail-function 'smtpmail-send-it)
(setq sendmail-program "/usr/bin/msmtp")
(setq smex-key-advice-ignore-menu-bar t)