about summary refs log tree commit diff
path: root/users/tazjin/emacs/config/modes.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/modes.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/modes.el')
-rw-r--r--users/tazjin/emacs/config/modes.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/users/tazjin/emacs/config/modes.el b/users/tazjin/emacs/config/modes.el
index 7a51e67477..1936365e5b 100644
--- a/users/tazjin/emacs/config/modes.el
+++ b/users/tazjin/emacs/config/modes.el
@@ -14,9 +14,6 @@
 ;; Enable rainbow-delimiters for all things programming
 (add-hook 'prog-mode-hook 'rainbow-delimiters-mode)
 
-;; Enable Paredit & Company in Emacs Lisp mode
-(add-hook 'emacs-lisp-mode-hook 'company-mode)
-
 ;; Always highlight matching brackets
 (show-paren-mode 1)