diff options
author | Thanos Apollo <[email protected]> | 2023-12-17 16:58:29 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-17 16:58:29 +0200 |
commit | ae90607b587ab3fc9384c94b967bfc175875f56f (patch) | |
tree | 0a89935292850a98e594766e21835e665102be5c /.emacs.d/modules | |
parent | 94bb00fb45e2e670c6cde617b987523c7c65edeb (diff) |
emacs:(ai) Fix typos
Diffstat (limited to '.emacs.d/modules')
-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 |