copilot mode on all prog-mode-hook
This commit is contained in:
parent
324e7a4093
commit
5d69c0e1a2
@ -262,6 +262,7 @@ must run ~(all-the-icons-install-fonts)~ and ~(nerd-fonts-install-fonts)~
|
|||||||
:ensure t)
|
:ensure t)
|
||||||
(define-key copilot-completion-map (kbd "C-c c") 'copilot-accept-completion)
|
(define-key copilot-completion-map (kbd "C-c c") 'copilot-accept-completion)
|
||||||
(define-key copilot-completion-map (kbd "C-c c") 'copilot-accept-completion)
|
(define-key copilot-completion-map (kbd "C-c c") 'copilot-accept-completion)
|
||||||
|
(add-hook 'prog-mode-hook 'copilot-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Company mode
|
** Company mode
|
||||||
|
Loading…
Reference in New Issue
Block a user