mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(coq): disable spinner by default
This was disabled upstream in
7423ee2539
due to a serious performance impact on some systems (even if the spinner
isn't visible in the modeline).
This commit is contained in:
committed by
Henrik Lissner
parent
f19a7483d2
commit
80b2071670
@ -69,7 +69,7 @@
|
|||||||
:references #'company-coq-grep-symbol
|
:references #'company-coq-grep-symbol
|
||||||
:documentation #'company-coq-doc)
|
:documentation #'company-coq-doc)
|
||||||
|
|
||||||
(setq company-coq-disabled-features '(hello company-defaults))
|
(setq company-coq-disabled-features '(hello company-defaults spinner))
|
||||||
|
|
||||||
(if (featurep! :completion company)
|
(if (featurep! :completion company)
|
||||||
(define-key coq-mode-map [remap company-complete-common]
|
(define-key coq-mode-map [remap company-complete-common]
|
||||||
|
Reference in New Issue
Block a user