about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/wpc/wpc-misc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-misc.el b/emacs/.emacs.d/wpc/wpc-misc.el
index 3850558cf69c..f58bdeeee9ad 100644
--- a/emacs/.emacs.d/wpc/wpc-misc.el
+++ b/emacs/.emacs.d/wpc/wpc-misc.el
@@ -127,6 +127,7 @@
 ;; git integration
 (use-package magit
   :config
+  (add-hook 'git-commit-setup-hook (lambda () (company-mode -1)))
   (setq magit-display-buffer-function
         #'magit-display-buffer-fullframe-status-v1))