Created
September 4, 2014 02:10
-
-
Save mattdeboard/57a81bfed0d4159c7d39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; Directory Local Variables | |
;;; For more information see (info "(emacs) Directory Variables") | |
((nil | |
(python-environment-directory . "~/Envs")) | |
(python-mode | |
(jedi:environment-virtualenv | |
(quote ("virtualenv" "--system-site-packages" "--quiet" "--python" | |
"/home/matt/Envs/api/bin/python"))) | |
(jedi:environment-root . "api"))) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment