Exploit new :defer input|buffer across various modules
This commit is contained in:
parent
2712d606c2
commit
a631c10d05
5 changed files with 21 additions and 24 deletions
|
@ -42,13 +42,16 @@ MODES should be one major-mode symbol or a list of them."
|
|||
company-backends
|
||||
'(company-capf company-dabbrev company-ispell company-yasnippet)
|
||||
company-transformers '(company-sort-by-occurrence))
|
||||
(when (featurep! +auto)
|
||||
(require 'company)
|
||||
(setq company-idle-delay 0.2))
|
||||
:config
|
||||
(global-company-mode +1))
|
||||
|
||||
|
||||
(def-package! company
|
||||
:when (featurep! +auto)
|
||||
:defer input
|
||||
:config (setq company-idle-delay 0.2))
|
||||
|
||||
|
||||
(def-package! company-statistics
|
||||
:hook (company-mode . company-statistics-mode)
|
||||
:init (advice-add #'company-statistics-mode :around #'doom*shut-up)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue