summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-11-09 14:04:31 +0100
committerGravatar Tom Willemse2015-11-09 14:04:31 +0100
commite4fcc932e8d86df94bc257979e276bb08cd404ef (patch)
treebe29f42579cc2e88cda3b63d429f7ff7a398c79a /emacs
parentb06bc7628c3a4099b280187cb76e8f107b89733a (diff)
downloaddotfiles-e4fcc932e8d86df94bc257979e276bb08cd404ef.tar.gz
dotfiles-e4fcc932e8d86df94bc257979e276bb08cd404ef.zip
Don't expand snippets when opening files
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 79538b0..c28015f 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -1186,6 +1186,9 @@ from myaethon2.core.decorators import (
:tags '(work)
:kill-signal 'sigkill))
+(stante-after projectile-rails
+ (setq projectile-rails-expand-snippet nil))
+
(stante-after python-environment
(setcar python-environment-virtualenv "virtualenv2"))