Skip to content

Commit

Permalink
[emacs] copilot: no delay before showing suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
meain committed Jan 9, 2024
1 parent 36a0aa1 commit 99e6560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs/.config/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -4237,7 +4237,7 @@ Pass in `LISTITEMS to decide if you wanna create a new item or search for existi
:files ("dist" "*.el"))
:config
(global-copilot-mode t)
(setq copilot-idle-delay .2)
(setq copilot-idle-delay 0)
(setq copilot-max-char -1)

;; Suppress indentation warning from copilot
Expand Down

0 comments on commit 99e6560

Please sign in to comment.