mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
completion/company: add +auto flag (for as-you-type completion)
This commit is contained in:
@ -37,9 +37,12 @@ MODES should be one major-mode symbol or a list of them."
|
||||
company-frontends '(company-pseudo-tooltip-frontend company-echo-metadata-frontend)
|
||||
company-backends '(company-capf company-dabbrev company-ispell company-yasnippet)
|
||||
company-transformers '(company-sort-by-occurrence))
|
||||
|
||||
(global-company-mode +1))
|
||||
|
||||
(when (featurep! +auto)
|
||||
(require 'company)
|
||||
(setq company-idle-delay 0.2))
|
||||
|
||||
|
||||
(def-package! company-statistics
|
||||
:after company
|
||||
|
Reference in New Issue
Block a user