summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-09-11 23:27:45 +0200
committerGravatar Tom Willemsen2012-09-11 23:27:45 +0200
commit0fe5824dbba8492687d218ad8d332cc7328cbf09 (patch)
tree95aae78a04203df39d6dbcdd6d195c10771c7b2d /.emacs.d/init.el
parent69cb5a6daf592314438f6c9b30cc27e66197abb9 (diff)
downloaddotfiles-0fe5824dbba8492687d218ad8d332cc7328cbf09.tar.gz
dotfiles-0fe5824dbba8492687d218ad8d332cc7328cbf09.zip
.emacs.d/init.el
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 13b5435..2235d24 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -927,6 +927,7 @@ for easy selection."
all))
(setq php-function-call-face 'font-lock-function-name-face)
(setq php-mode-force-pear t)
+(setq pony-tpl-indent-moves t)
(setq rainbow-delimiters-max-face-count 12)
(setq redisplay-dont-pause t)
(setq sauron-column-alist '((timestamp . 6)
@@ -1053,7 +1054,7 @@ for easy selection."
(electric-indent-mode)
(electric-pair-mode)
(ido-mode)
-(ido-ubiquitous)
+(ido-ubiquitous-mode)
(savehist-mode)
(show-paren-mode)
(auto-insert-mode)