|
|
|
@ -2768,7 +2768,12 @@ Because it’s also great.
|
|
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
|
|
|
(use-package poetry
|
|
|
|
|
:config
|
|
|
|
|
(poetry-tracking-mode))
|
|
|
|
|
(poetry-tracking-mode)
|
|
|
|
|
(remove-hook 'post-command-hook 'poetry-track-virtualenv)
|
|
|
|
|
:hook
|
|
|
|
|
(poetry-tracking-mode . (lambda () (remove-hook 'post-command-hook 'poetry-track-virtualenv)))
|
|
|
|
|
(python-mode . poetry-track-virtualenv)
|
|
|
|
|
(projectile-after-switch-project-hook . poetry-track-virtualenv))
|
|
|
|
|
#+END_SRC
|
|
|
|
|
|
|
|
|
|
** Automatically insert Sphinx-style docstrings
|
|
|
|
|