Update org-space-key
to activate after more types of punctuation
This commit is contained in:
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…
Reference in New Issue
Block a user