Don't expand snippets when opening files
This commit is contained in:
parent
b06bc7628c
commit
e4fcc932e8
1 changed files with 3 additions and 0 deletions
|
@ -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"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue