Skip to content

Instantly share code, notes, and snippets.

@mattdeboard
Created September 4, 2014 02:10
Show Gist options
  • Save mattdeboard/57a81bfed0d4159c7d39 to your computer and use it in GitHub Desktop.
Save mattdeboard/57a81bfed0d4159c7d39 to your computer and use it in GitHub Desktop.
;;; 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