summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-07 08:23:51 -0600
committerCase Duckworth2020-12-07 08:23:51 -0600
commit6e5675598ed54fe091cb802d4ceb9b1e7e5d22bd (patch)
treecfc7172677729c91edfb03f43f1bc9fc7c0e72a2 /config.org
parentCustomize org-mode stars (diff)
downloademacs-6e5675598ed54fe091cb802d4ceb9b1e7e5d22bd.tar.gz
emacs-6e5675598ed54fe091cb802d4ceb9b1e7e5d22bd.zip
Add typo
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
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