about summary refs log tree commit diff
path: root/tools/emacs/config/modes.el
diff options
context:
space:
mode:
Diffstat (limited to 'tools/emacs/config/modes.el')
-rw-r--r--tools/emacs/config/modes.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/emacs/config/modes.el b/tools/emacs/config/modes.el
index 19ed2a6843..ceef84b962 100644
--- a/tools/emacs/config/modes.el
+++ b/tools/emacs/config/modes.el
@@ -19,8 +19,7 @@
 (show-paren-mode 1)
 
 ;; Always auto-close parantheses and other pairs
-;; (replaced by smartparens)
-;; (electric-pair-mode)
+(electric-pair-mode)
 
 ;; Keep track of recent files
 (recentf-mode)