summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
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)