From 0fe5824dbba8492687d218ad8d332cc7328cbf09 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 11 Sep 2012 23:27:45 +0200 Subject: .emacs.d/init.el --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.emacs.d/init.el') 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) -- cgit v1.2.3-54-g00ecf