Add the pipenv package

This commit is contained in:
Gergely Polonkai 2018-07-30 22:10:04 +02:00
parent da6d4600f2
commit 156fefb113
2 changed files with 12 additions and 0 deletions

View File

@ -2066,6 +2066,17 @@ Maybe add ∉ for ~not in~ later, if possible.
(add-hook 'python-mode-hook 'anaconda-eldoc-mode))
#+END_SRC
** PipEnv
Because its 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 thats still my favourite language.

View File

@ -138,6 +138,7 @@
origami
package-build
page-break-lines
pipenv
plantuml-mode
po-mode
projectile