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