summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index b447b56..89487b1 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -918,6 +918,7 @@
             (autopair-mode -1))
           (add-hook 'web-mode-hook #'autopair-off)
           (add-hook 'lisp-mode-common-hook #'autopair-off)
+          (add-hook 'c-mode-common-hook #'autopair-off)
           (setq autopair-blink nil
                 autopair-skip-whitespace nil)))