about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el b/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el
index f075776bfc..cac16d26bd 100644
--- a/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el
+++ b/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el
@@ -332,6 +332,9 @@
     (interactive)
     (clipboard-copy (emojify-completing-read "Copy: "))))
 
+;; Always auto-close parantheses and other pairs
+(electric-pair-mode)
+
 ;; Start the Emacs server
 (when (not (server-running-p))
   (server-start))