commit 630c678084f629c439e60e2322c2e2c1e4b0d762 parent 1039ab439d4f4202cfc8d22b5834da99ce6e8ca9 Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Tue, 26 May 2015 13:08:25 +0200 add watch Diffstat:
M | .spacemacs | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.spacemacs b/.spacemacs @@ -198,6 +198,9 @@ layers configuration." ;; syntax highlighting in source code blocks (setq org-src-fontify-natively t) + + ;; use python from anaconda + (setq python-shell-virtualenv-path "~/anaconda/bin") )