mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
completion/company: load company earlier
Potentially addresses #1696, #1687, #1686, #993
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
(use-package! company
|
(use-package! company
|
||||||
:commands company-complete-common company-manual-begin company-grab-line
|
:commands company-complete-common company-manual-begin company-grab-line
|
||||||
:after-call evil-insert-state-entry-hook evil-emacs-state-entry-hook
|
:after-call pre-command-hook after-find-file
|
||||||
:init
|
:init
|
||||||
(setq company-minimum-prefix-length 2
|
(setq company-minimum-prefix-length 2
|
||||||
company-tooltip-limit 14
|
company-tooltip-limit 14
|
||||||
|
Reference in New Issue
Block a user