diff options
-rw-r--r-- | users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el | 3 |
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 f075776bfc55..cac16d26bdd1 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)) |