Use tree-sitter for Elixir
This commit is contained in:
parent
e168d27cc4
commit
dfd0e36035
4 changed files with 47 additions and 46 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue