Don't expand snippets when opening files

This commit is contained in:
Tom Willemse 2015-11-09 14:04:31 +01:00
parent b06bc7628c
commit e4fcc932e8

View file

@ -1186,6 +1186,9 @@ from myaethon2.core.decorators import (
:tags '(work) :tags '(work)
:kill-signal 'sigkill)) :kill-signal 'sigkill))
(stante-after projectile-rails
(setq projectile-rails-expand-snippet nil))
(stante-after python-environment (stante-after python-environment
(setcar python-environment-virtualenv "virtualenv2")) (setcar python-environment-virtualenv "virtualenv2"))