From 6ed795a7d9302fd37a0099fa14d0690c513cef75 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 5 Feb 2016 20:08:23 +0100 Subject: Emacs: Set typo-mode language to English --- tag-emacs/emacs.d/init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index a1417bb..09ffb12 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -2303,7 +2303,8 @@ type them. #+BEGIN_SRC emacs-lisp (use-package typo :config (progn - (typo-global-mode 1)) + (typo-global-mode 1) + (typo-change-language "English")) :init (progn (add-hook 'text-mode-hook #'typo-mode) (defun typo-mode-turn-off () -- cgit 1.4.1