summaryrefslogtreecommitdiff
path: root/.emacs.d/modules/thanos-tools.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/modules/thanos-tools.el')
-rw-r--r--.emacs.d/modules/thanos-tools.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.d/modules/thanos-tools.el b/.emacs.d/modules/thanos-tools.el
index 6be911c..41d4592 100644
--- a/.emacs.d/modules/thanos-tools.el
+++ b/.emacs.d/modules/thanos-tools.el
@@ -139,7 +139,6 @@
;; Python
(require 'python-mode)
(add-to-list 'auto-mode-alist '("\\.py\\'" . python-mode))
-(add-hook 'python-mode #'eglot)
;; json
(require 'json-mode)
@@ -148,8 +147,6 @@
;; ChatGPT
(require 'gptel)
-(define-key 'thanos/applications-map (kbd "c") 'gptel-send)
-
(setf gptel-api-key (password-store-get "chatgpt/api")
gptel-model 'gpt-4-32k)