diff --git a/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el b/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el index f075776bf..cac16d26b 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))