Skip to content

Commit

Permalink
features: Disable the spinner by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cpitclaudel committed Mar 24, 2021
1 parent 4da7b41 commit 7423ee2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion company-coq.el
Original file line number Diff line number Diff line change
Expand Up @@ -3961,7 +3961,7 @@ changes."
(company-coq-toggle-features newly-enabled t)))))
(set-default symbol value))

(defcustom company-coq-disabled-features nil
(defcustom company-coq-disabled-features '(spinner)
"List of disabled company-coq features.

The list of all available features is in
Expand Down Expand Up @@ -5644,6 +5644,8 @@ Use `company-coq-live-on-the-edge' to enable this feature."
(`off (company-coq-remove-backend #'company-coq-dynamic-symbols-backend))))

(eval-and-compile
(put (company-coq-feature-toggle-function 'spinner)
'company-coq-feature-experimental t)
(put (company-coq-feature-toggle-function 'dynamic-symbols-backend)
'company-coq-feature-experimental t)
(put (company-coq-feature-toggle-function 'dynamic-symbols-backend)
Expand Down

0 comments on commit 7423ee2

Please sign in to comment.