Replace typo-mode with typopunct-mode Typopunct-mode works better with multiple-cursors.
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M tag-emacs/emacs.d/init.el → tag-emacs/emacs.d/init.el
@@ -1171,10 +1171,10 @@ (req-package misc :bind (("M-z" . zap-up-to-char) ("M-Z" . zap-to-char))) -(req-package typo +(req-package typopunct :init (progn - (typo-global-mode t) - (add-hook 'text-mode-hook 'typo-mode))) + (typopunct-change-language 'english t) + (add-hook 'text-mode-hook #'typopunct-mode))) (req-package ap-functions :commands (ap/remove-extra-cr)