Use tree-sitter for Elixir

This commit is contained in:
Maciej 2023-12-07 19:42:42 +02:00
parent e168d27cc4
commit dfd0e36035
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
4 changed files with 47 additions and 46 deletions

View file

@ -35,7 +35,7 @@
:straight (:host github :repo "zerolfx/copilot.el" :files ("dist" "*.el"))
:ensure t)
(add-hook 'prog-mode-hook 'copilot-mode)
;; (add-hook 'prog-mode-hook 'copilot-mode)
(define-key copilot-completion-map (kbd "<tab>") 'copilot-accept-completion)
(define-key copilot-completion-map (kbd "TAB") 'copilot-accept-completion)