Emacs: Add typo mode for nice “quotes”
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
M tag-emacs/emacs.d/init.el → tag-emacs/emacs.d/init.el
@@ -1018,6 +1018,11 @@ (req-package misc :bind (("M-z" . zap-up-to-char) ("M-Z" . zap-to-char))) +(req-package typo + :init (progn + (typo-global-mode t) + (add-hook 'text-mode-hook 'typo-mode))) + (req-package ap-functions :commands (ap/remove-extra-cr) :bind (("C-x r M-w" . copy-rectangle)