From eb915cae725181ee85adcc46d350269f0f10e201 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 18 Jan 2024 17:06:24 +0200 Subject: emacs:(ai) Remove hooks for copilot --- .emacs.d/modules/thanos-ai.el | 3 --- 1 file changed, 3 deletions(-) (limited to '.emacs.d/modules/thanos-ai.el') 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) -- cgit v1.2.3