summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index b62c308..2182f38 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1059,8 +1059,6 @@ Also returns nil if pid is nil."
   :defer t
   :init (progn
           (add-hook 'c-mode-common-hook (lambda ()
-                                          ;; (use-package mic-paren
-                                          ;;   :init (paren-toggle-open-paren-context 1))
                                           (electric-indent-mode 1))))
   :config (progn
             (setq c-default-style '((java-mode . "java")