Let's not let elpy auto-enable itself

This commit is contained in:
Benson Chu 2025-05-28 15:47:48 -05:00
parent 4dae4bd3a6
commit 39e8e28017

View file

@ -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)