Fix #2004: wrong-type-arg stringp error from pyvenv
This commit is contained in:
parent
e1d62f5d12
commit
f2906b073f
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ called.")
|
|||
(add-hook 'pyvenv-post-activate-hooks #'+modeline-update-env-in-all-windows-h)
|
||||
(add-hook 'pyvenv-pre-deactivate-hooks #'+modeline-clear-env-in-all-windows-h))
|
||||
:config
|
||||
(add-hook 'hack-local-variables-hook #'pyvenv-track-virtualenv)
|
||||
(add-hook 'python-mode-local-vars-hook #'pyvenv-track-virtualenv)
|
||||
(add-to-list 'global-mode-string
|
||||
'(pyvenv-virtual-env-name (" venv:" pyvenv-virtual-env-name " "))
|
||||
'append)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue