all repos — nixfiles @ 083f8933424fc276a1575029a266223ef44f63bf

System and user configuration, managed by nix and home-manager

Emacs: Add typo mode for nice “quotes”

Alan Pearce
commit

083f8933424fc276a1575029a266223ef44f63bf

parent

187efed82e62484867a16119fa76c2988a271fc8

1 file changed, 5 insertions(+), 0 deletions(-)

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