diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-23 10:49:16 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-23 10:49:16 +0100 |
commit | 2249680459ad9c46bfddb2c28c277b73ee9c4aa5 (patch) | |
tree | dc81c23bc54c904aaf3af2cbc49c6a11cfa62067 /lisp | |
parent | 264230f58acd1dea38eae29c57b555a5b48d5b35 (diff) |
disable company completion by default
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-toot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 5abe362..96ff8fc 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -113,7 +113,7 @@ This is only used if company mode is installed." :group 'mastodon-toot :type 'boolean) -(defcustom mastodon-toot--use-company-for-completion t +(defcustom mastodon-toot--use-company-for-completion nil "Whether to use company for completion.") (defcustom mastodon-toot--completion-style-for-mentions |