summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-10-08 18:21:23 +0300
committerThanos Apollo <[email protected]>2024-10-08 18:21:23 +0300
commit966f62583d5a3ba1875c68582f76b3a241c85224 (patch)
treef3446c25a8229310b1f2ab108c0df1e5b1903033 /.config/emacs/init.el
parent6621592ab51446f4f2882d6b8b8e0447444ea7ea (diff)
emacs: Remove elpy.
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index b20cd7f..f00aa9f 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -584,12 +584,6 @@
(use-package pyenv
:defer t)
-(use-package elpy
- :straight nil
- :ensure nil
- :init
- (elpy-enable))
-
;; Clojure
(use-package cider
:defer t)