aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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