completion/company: add company-prescient
This commit is contained in:
parent
4489ce6b81
commit
316a9f06b2
2 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,13 @@
|
||||||
:config (setq company-idle-delay 0.2))
|
:config (setq company-idle-delay 0.2))
|
||||||
|
|
||||||
|
|
||||||
|
(def-package! company-prescient
|
||||||
|
:hook (company-mode . company-prescient-mode)
|
||||||
|
:config
|
||||||
|
(setq prescient-save-file (concat doom-cache-dir "prescient-save.el"))
|
||||||
|
(prescient-persist-mode +1))
|
||||||
|
|
||||||
|
|
||||||
(def-package! company-box
|
(def-package! company-box
|
||||||
:when (and EMACS26+ (featurep! +childframe))
|
:when (and EMACS26+ (featurep! +childframe))
|
||||||
:hook (company-mode . company-box-mode)
|
:hook (company-mode . company-box-mode)
|
||||||
|
|
|
@ -3,5 +3,6 @@
|
||||||
|
|
||||||
(package! company)
|
(package! company)
|
||||||
(package! company-dict)
|
(package! company-dict)
|
||||||
|
(package! company-prescient)
|
||||||
(when (and EMACS26+ (featurep! +childframe))
|
(when (and EMACS26+ (featurep! +childframe))
|
||||||
(package! company-box))
|
(package! company-box))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue