summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-18 17:06:24 +0200
committerThanos Apollo <[email protected]>2024-01-18 17:06:24 +0200
commiteb915cae725181ee85adcc46d350269f0f10e201 (patch)
treec6cfa12598afead64b55135f0e0c539f71606909 /.emacs.d
parentfdc4739155a1958c8b8ac810c04c41e0b5e92ff7 (diff)
emacs:(ai) Remove hooks for copilot
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/modules/thanos-ai.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.d/modules/thanos-ai.el b/.emacs.d/modules/thanos-ai.el
index 2bd1a5c..3b5d1f1 100644
--- a/.emacs.d/modules/thanos-ai.el
+++ b/.emacs.d/modules/thanos-ai.el
@@ -36,9 +36,6 @@
(define-key copilot-mode-map (kbd "C-M-n") 'copilot-next-completion)
(define-key copilot-mode-map (kbd "C-M-p") 'copilot-previous-completion)
-(add-hook 'emacs-lisp-mode-hook 'copilot-mode-hook)
-(add-hook 'python-mode-hook 'copilot-mode-hook)
-
;; ChatGPT
(require 'gptel)
(require 'password-store)