diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/modules/thanos-ai.el | 3 |
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) |