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))
|
||||
#+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
|
||||
|
||||
Because that’s still my favourite language.
|
||||
|
@ -138,6 +138,7 @@
|
||||
origami
|
||||
package-build
|
||||
page-break-lines
|
||||
pipenv
|
||||
plantuml-mode
|
||||
po-mode
|
||||
projectile
|
||||
|
Loading…
Reference in New Issue
Block a user