diff options
author | Vincent Ambo <tazjin@tvl.su> | 2023-11-30T18·20+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-12-01T16·22+0000 |
commit | 3f60140402cc8ede665bea5f0f733c54e44a9d47 (patch) | |
tree | 6ba95255a3f9d47e2e9a3a6fa67a734f8018ad9a /users/tazjin/emacs/config/custom.el | |
parent | dfd93efee0c918e277765c331bd4e52fef58acf6 (diff) |
chore(tazjin/emacs): remove company-mode r/7101
I have a suspicion that some strange behaviour I occasionally get is related to company mode. Change-Id: I26f25c31967ae092d15248a806acdf4f28cb4c10 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10176 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/emacs/config/custom.el')
-rw-r--r-- | users/tazjin/emacs/config/custom.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/users/tazjin/emacs/config/custom.el b/users/tazjin/emacs/config/custom.el index 91eaf69ae59b..3e9a9dcd0679 100644 --- a/users/tazjin/emacs/config/custom.el +++ b/users/tazjin/emacs/config/custom.el @@ -7,8 +7,6 @@ '(ac-delay 0.2) '(avy-background t) '(cargo-process--enable-rust-backtrace 1) - '(company-auto-complete (quote (quote company-explicit-action-p))) - '(company-idle-delay 0.5) '(custom-safe-themes (quote ("d61fc0e6409f0c2a22e97162d7d151dee9e192a90fa623f8d6a071dbf49229c6" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "89336ca71dae5068c165d932418a368a394848c3b8881b2f96807405d8c6b5b6" default))) |