summaryrefslogtreecommitdiff
path: root/.emacs.d/modules
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-12-17 16:58:29 +0200
committerThanos Apollo <[email protected]>2023-12-17 16:58:29 +0200
commitae90607b587ab3fc9384c94b967bfc175875f56f (patch)
tree0a89935292850a98e594766e21835e665102be5c /.emacs.d/modules
parent94bb00fb45e2e670c6cde617b987523c7c65edeb (diff)
emacs:(ai) Fix typos
Diffstat (limited to '.emacs.d/modules')
-rw-r--r--.emacs.d/modules/thanos-ai.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/modules/thanos-ai.el b/.emacs.d/modules/thanos-ai.el
index 1efb74a..2bd1a5c 100644
--- a/.emacs.d/modules/thanos-ai.el
+++ b/.emacs.d/modules/thanos-ai.el
@@ -34,7 +34,7 @@
(define-key copilot-mode-map (kbd "M-TAB") 'copilot-accept-completion-by-line)
(define-key copilot-mode-map (kbd "C-M-n") 'copilot-next-completion)
-(define-key copilot-mode (kbd "C-M-p") 'copilot-previous-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)
@@ -49,5 +49,5 @@
(define-key gptel-mode-map (kbd "C-c h") #'gptel-menu)
-(provide 'thanos-ai.el)
+(provide 'thanos-ai)
;;; thanos-ai.el ends here