[Emacs] Add pippel

This commit is contained in:
Ivan Malison 2017-03-25 07:01:25 -07:00
parent 8004ece8ef
commit 57a3456311
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2232,6 +2232,11 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab
(unbind-key "C-j" python-mode-map)
(add-hook 'python-mode-hook #'imalison:python-mode)))
#+END_SRC
**** pippel
pippel lets one manage pip packages
#+BEGIN_SRC emacs-lisp
(use-package pippel)
#+END_SRC
**** pyimport
Pyimport is disabled because it may be causing a performance problem.
#+BEGIN_SRC emacs-lisp