Give feedback on +company/toggle-auto-completion
This commit is contained in:
parent
f13d6ccbe4
commit
5e49239ff2
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
|||
"Toggle as-you-type code completion."
|
||||
(interactive)
|
||||
(require 'company)
|
||||
(setq company-idle-delay (unless company-idle-delay 0.2)))
|
||||
(setq company-idle-delay (unless company-idle-delay 0.2))
|
||||
(message "Auto completion %s"
|
||||
(if company-idle-delay "enabled" "disabled")))
|
||||
|
||||
;;;###autoload
|
||||
(defun +company/complete ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue