mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
Let's not let elpy auto-enable itself
This commit is contained in:
parent
4dae4bd3a6
commit
39e8e28017
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@
|
|||
* python
|
||||
#+begin_src emacs-lisp
|
||||
(use-package elpy)
|
||||
(elpy-enable)
|
||||
;; (elpy-enable)
|
||||
(use-package ein)
|
||||
(add-to-list 'exec-path
|
||||
"/home/benson/anaconda3/bin/" t)
|
||||
|
|
|
|||
Loading…
Reference in a new issue