summaryrefslogtreecommitdiff
path: root/config/init-python.el
diff options
context:
space:
mode:
Diffstat (limited to 'config/init-python.el')
-rw-r--r--config/init-python.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/config/init-python.el b/config/init-python.el
index 0927dd2..c965602 100644
--- a/config/init-python.el
+++ b/config/init-python.el
@@ -9,11 +9,7 @@
(use-package python-mode
:hook ((python-mode . tree-sitter-hl-mode)
- (python-mode . eglot-ensure))
- :interpreter "python"
- :bind (:map python-mode-map
- ("C-c c")
- ("C-c C-z" . python-shell)))
+ (python-mode . eglot-ensure)))
(use-package blacken
:ensure t