Make copilot slower

This commit is contained in:
Andreas Zweili 2024-05-17 09:27:40 +02:00
parent 373a5091da
commit c287e7a2ce
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
:config
(add-hook 'prog-mode-hook 'copilot-mode)
(add-hook 'yaml-mode-hook 'copilot-mode)
(setq copilot-idle-delay 0.5)
(setq copilot-idle-delay 1)
(define-key copilot-completion-map (kbd "<tab>") 'copilot-accept-completion)
(define-key copilot-completion-map (kbd "TAB") 'copilot-accept-completion))