aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-20 14:53:27 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-20 14:53:27 -0400
commitec35288c2d9572bc741836173b67a510e5731f6c (patch)
treed656b5e9068e73a332fd7ab1e1721d61edd0fcbc /init.el
parentDelete selected text when typing over it (diff)
downloadmmosmacs-ec35288c2d9572bc741836173b67a510e5731f6c.tar.gz
mmosmacs-ec35288c2d9572bc741836173b67a510e5731f6c.tar.bz2
mmosmacs-ec35288c2d9572bc741836173b67a510e5731f6c.zip
Auto-close delimiters with `electric-pair-mode`
Diffstat (limited to 'init.el')
-rw-r--r--init.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/init.el b/init.el
index 806c409..ca189a8 100644
--- a/init.el
+++ b/init.el
@@ -130,6 +130,17 @@
130 130
131 131
132;; --------------------------------- 132;; ---------------------------------
133;; Delimiters
134;; ----------
135;; Parentheses, brackets, and other
136;; open-close type things
137;; ---------------------------------
138
139;; Auto-close delimiters
140(electric-pair-mode)
141
142
143;; ---------------------------------
133;; Type over selected text 144;; Type over selected text
134;; ----------------------- 145;; -----------------------
135;; Typing over selected text should 146;; Typing over selected text should