all repos — archive/dotfiles @ b043a43951bdf78ab5bd0fd866ead33ca73ad711

Superseded by nixfiles

Replace typo-mode with typopunct-mode Typopunct-mode works better with multiple-cursors.

Alan Pearce
commit

b043a43951bdf78ab5bd0fd866ead33ca73ad711

parent

390c49918d250d87b61f4d9dd9d7d48c9b3871af

1 file changed, 3 insertions(+), 3 deletions(-)

changed files
M tag-emacs/emacs.d/init.eltag-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)