Re-install copilot
on emacs
This commit is contained in:
parent
23e3c53693
commit
49c94bcd62
2 changed files with 23 additions and 0 deletions
|
@ -171,6 +171,13 @@
|
|||
(indent-bars-prefer-character 't) ;; so it works also in terminal
|
||||
)
|
||||
|
||||
(use-package copilot
|
||||
:custom
|
||||
(copilot-max-char -1)
|
||||
(copilot-indent-offset-warning-disable 't)
|
||||
:hook (prog-mode org-mode)
|
||||
:bind (("C-<tab>" . copilot-accept-completion)))
|
||||
|
||||
(use-package diredfl
|
||||
:config (diredfl-global-mode))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue