projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54209e7
)
emacs: enable electric-pair-mode
author
Amin Bandali
<bandali@gnu.org>
Sat, 25 May 2019 22:38:39 +0000
(18:38 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Sat, 25 May 2019 22:38:39 +0000
(18:38 -0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
d6811e7
..
ae707ad
100644
(file)
--- 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))