From 40eddfea3a057a34d4f2c2d905bcde90dbe56fe2 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 25 May 2019 18:38:39 -0400 Subject: [PATCH] emacs: enable electric-pair-mode --- .emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) 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)) -- 2.20.1