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.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index c8466a6..dc71e9b 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1170,7 +1170,6 @@ from myaethon2.core.decorators import (
(stante-after jabber (load "jabber-init"))
(stante-after jedi
- (setcar jedi:server-command "python2")
(setq jedi:tooltip-method nil))
(stante-after jit-lock
@@ -1220,6 +1219,9 @@ from myaethon2.core.decorators import (
:tags '(work mail)
:kill-process-buffer-on-stop t))
+(stante-after python-environment
+ (setcar python-environment-virtualenv "virtualenv2"))
+
(stante-after scheme
(require 'ac-geiser))