Skip to content

Commit c466e01

Browse files
committed
tweak(elec-pair): don't pair * in Org mode
1 parent b52cdc0 commit c466e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/me-builtin.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ current line.")
12301230
(setq-local electric-pair-pairs (append electric-pair-pairs (alist-get major-mode +electric-pair-mode-pairs-alist))))
12311231

12321232
(defvar +electric-pair-mode-pairs-alist
1233-
'((org-mode . ((?= . ?=) (?~ . ?~) (?* . ?*) (?/ . ?/) (?` . ?')))
1233+
'((org-mode . ((?= . ?=) (?~ . ?~) (?/ . ?/) (?` . ?')))
12341234
(markdown-mode . ((?` . ?`) (?* . ?*)))))
12351235

12361236
;; Add the hooks to the concerned modes

0 commit comments

Comments
 (0)