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