summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index d6811e7..ae707ad 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -930,6 +930,10 @@ For disabling the behaviour for certain buffers and/or modes."
:demand
:config (show-paren-mode))
+(use-feature elec-pair
+ :demand
+ :config (electric-pair-mode))
+
(use-feature simple
:delight (auto-fill-function " fill")
:config (column-number-mode))