summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
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))