Add the pipenv package
This commit is contained in:
parent
da6d4600f2
commit
156fefb113
@ -2066,6 +2066,17 @@ Maybe add ∉ for ~not in~ later, if possible.
|
|||||||
(add-hook 'python-mode-hook 'anaconda-eldoc-mode))
|
(add-hook 'python-mode-hook 'anaconda-eldoc-mode))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** PipEnv
|
||||||
|
|
||||||
|
Because it’s great.
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package pipenv
|
||||||
|
:hook (python-mode . pipenv-mode)
|
||||||
|
:init
|
||||||
|
(setq pipenv-projectile-after-switch-function #'pipenv-projectile-after-switch-extended))
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* C mode
|
* C mode
|
||||||
|
|
||||||
Because that’s still my favourite language.
|
Because that’s still my favourite language.
|
||||||
|
@ -138,6 +138,7 @@
|
|||||||
origami
|
origami
|
||||||
package-build
|
package-build
|
||||||
page-break-lines
|
page-break-lines
|
||||||
|
pipenv
|
||||||
plantuml-mode
|
plantuml-mode
|
||||||
po-mode
|
po-mode
|
||||||
projectile
|
projectile
|
||||||
|
Loading…
Reference in New Issue
Block a user