about summary refs log tree commit diff
path: root/users/tazjin/emacs/config/bindings.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-11-30T18·20+0300
committerclbot <clbot@tvl.fyi>2023-12-01T16·22+0000
commit3f60140402cc8ede665bea5f0f733c54e44a9d47 (patch)
tree6ba95255a3f9d47e2e9a3a6fa67a734f8018ad9a /users/tazjin/emacs/config/bindings.el
parentdfd93efee0c918e277765c331bd4e52fef58acf6 (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/bindings.el')
-rw-r--r--users/tazjin/emacs/config/bindings.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/users/tazjin/emacs/config/bindings.el b/users/tazjin/emacs/config/bindings.el
index 17740b1950a7..d8b63e33e402 100644
--- a/users/tazjin/emacs/config/bindings.el
+++ b/users/tazjin/emacs/config/bindings.el
@@ -6,9 +6,6 @@
 (define-key global-map (kbd "C--") 'decrease-default-text-scale)
 (define-key global-map (kbd "C-x C-0") 'set-default-text-scale)
 
-;; What does <tab> do? Well, it depends ...
-(define-key prog-mode-map (kbd "<tab>") #'company-indent-or-complete-common)
-
 ;; imenu instead of insert-file
 (global-set-key (kbd "C-x i") 'imenu)