diff options
-rw-r--r-- | config.org | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config.org b/config.org index 33d55cd..a631a03 100644 --- a/config.org +++ b/config.org | |||
@@ -1344,10 +1344,8 @@ When I'm writing, I've been annoyed at the straight quotes. | |||
1344 | 1344 | ||
1345 | #+begin_src emacs-lisp | 1345 | #+begin_src emacs-lisp |
1346 | (use-package typo | 1346 | (use-package typo |
1347 | :custom | 1347 | :hook |
1348 | (typo-language "English") | 1348 | (text-mode . typo-mode)) |
1349 | :hook | ||
1350 | (text-mode)) | ||
1351 | #+end_src | 1349 | #+end_src |
1352 | 1350 | ||
1353 | * Coding | 1351 | * Coding |