Skip to content

Commit

Permalink
tweak(copilot): complete with TAB
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 28, 2024
1 parent 4ec182e commit b181e8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/me-ai.el
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@

(use-package copilot
:straight (:host github :repo "copilot-emacs/copilot.el")
:bind (:map copilot-completion-map ([tab] . copilot-accept-completion))
:custom
(copilot-install-dir (expand-file-name "copilot" minemacs-local-dir)))

Expand Down

0 comments on commit b181e8b

Please sign in to comment.