From be5831f02f366fef49f0460be6723f9761f37a20 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 8 Jun 2016 11:09:01 +0200 Subject: Emacs: Ensure typo-mode starts in English --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d/init.org') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index f7cf9f6..cf479b3 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -2122,7 +2122,7 @@ type them. (use-package typo :config (progn (typo-global-mode 1) - (typo-change-language "English") + (setq-default typo-language "English") (add-hook 'text-mode-hook #'typo-mode) (defun typo-mode-turn-off () (typo-mode -1)) -- cgit 1.4.1