Skip to content

Commit eabb1c6

Browse files
authored
Merge pull request #29 from deybhayden/master
Update projectile hook name in example
2 parents 215b7f0 + 330fbad commit eabb1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ environment matched project name.
8484
(pyenv-mode-set project)
8585
(pyenv-mode-unset))))
8686
87-
(add-hook 'projectile-switch-project-hook 'projectile-pyenv-mode-set)
87+
(add-hook 'projectile-after-switch-project-hook 'projectile-pyenv-mode-set)
8888
8989
.. _python.el: http://repo.or.cz/w/emacs.git/blob_plain/master:/lisp/progmodes/python.el
9090
.. _pyenv: https://github.com/yyuu/pyenv

0 commit comments

Comments
 (0)