all repos — nixfiles @ aceb35a7305b36a7be4b5f10bdd15e21d079b948

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

Emacs: Fix typo in function name
Alan Pearce alan.pearce@spotcap.com
Wed, 11 May 2016 15:42:09 +0200
commit

aceb35a7305b36a7be4b5f10bdd15e21d079b948

parent

8e381df2b74ec9f854ef4a52ac6f87513212f545

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -2120,8 +2120,8 @@ (typo-change-language "English")               (add-hook 'text-mode-hook #'typo-mode)
               (defun typo-mode-turn-off ()
                 (typo-mode -1))
-              (add-hook 'yaml-mode-hook #'turn-off-typo-mode)
-              (add-hook 'jinja2-mode-hook #'turn-off-typo-mode)))
+              (add-hook 'yaml-mode-hook #'typo-mode-turn-off)
+              (add-hook 'jinja2-mode-hook #'typo-mode-turn-off)))
 #+END_SRC
 
 ** avy