Disable auto initializatinon of company in lean mode
Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
parent
2527306069
commit
8778eb2288
1 changed files with 4 additions and 2 deletions
|
@ -29,6 +29,8 @@
|
||||||
|
|
||||||
|
|
||||||
(use-package! company-lean
|
(use-package! company-lean
|
||||||
|
:init
|
||||||
|
(advice-add #'company-lean-hook :override #'ignore)
|
||||||
|
(set-company-backend! 'lean-mode 'company-lean)
|
||||||
:when (featurep! :completion company)
|
:when (featurep! :completion company)
|
||||||
:after lean-mode
|
:after lean-mode)
|
||||||
:config (set-company-backend! 'lean-mode 'company-lean))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue