Skip to content

Commit

Permalink
Merge pull request #58 from dakra/projectile-autoload
Browse files Browse the repository at this point in the history
Add autoload cookie for projectile-auto-workon
  • Loading branch information
porterjamesj authored Feb 11, 2018
2 parents fa49954 + 88a7791 commit cf3ae3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtualenvwrapper.el
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ to activate when one of them is found."
(if (eq system-type 'windows-nt) "Scripts" "bin")
"The name of the directory containing executables. It is system dependent.")

;;;###autoload
(defun venv-projectile-auto-workon ()
"If a venv in the projetile root exists, activates it.
Set your common venvs names in `venv-dirlookup-names'"
Expand Down

0 comments on commit cf3ae3f

Please sign in to comment.