Update `org-space-key` to activate after more types of punctuation

gerrit-package
Gergely Polonkai 7 years ago
parent 5ef2a98858
commit 42b437055b

@ -2,6 +2,6 @@
"Insert two spaces after a period."
(interactive "p")
(when (looking-back "\\.")
(when (looking-back "[.!?…]")
(call-interactively 'self-insert-command arg))
(call-interactively 'self-insert-command arg))

Loading…
Cancel
Save