forked from colonelpanic/dotfiles
[Emacs] Add pippel
This commit is contained in:
parent
8004ece8ef
commit
57a3456311
@ -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)
|
(unbind-key "C-j" python-mode-map)
|
||||||
(add-hook 'python-mode-hook #'imalison:python-mode)))
|
(add-hook 'python-mode-hook #'imalison:python-mode)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
**** pippel
|
||||||
|
pippel lets one manage pip packages
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package pippel)
|
||||||
|
#+END_SRC
|
||||||
**** pyimport
|
**** pyimport
|
||||||
Pyimport is disabled because it may be causing a performance problem.
|
Pyimport is disabled because it may be causing a performance problem.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user