diff options
author | Case Duckworth | 2021-08-16 17:10:39 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-16 17:10:39 -0500 |
commit | f4c9181a9e43b60c0f20ac858a27eac498259bb6 (patch) | |
tree | 9f67f605a7a924e4d371d1f5c02b158a98123dc0 | |
parent | Un-interactify ‘flyspell-start’ (diff) | |
download | emacs-f4c9181a9e43b60c0f20ac858a27eac498259bb6.tar.gz emacs-f4c9181a9e43b60c0f20ac858a27eac498259bb6.zip |
Add ‘typo’
See my fancy quotes??
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index d2f377e..91fd990 100644 --- a/init.el +++ b/init.el | |||
@@ -779,6 +779,9 @@ like a dumbass." | |||
779 | (:hook turn-on-auto-fill | 779 | (:hook turn-on-auto-fill |
780 | acdw/setup-fringes)) | 780 | acdw/setup-fringes)) |
781 | 781 | ||
782 | (setup (:straight typo) | ||
783 | (:hook-into text-mode)) | ||
784 | |||
782 | (setup uniquify | 785 | (setup uniquify |
783 | (:option uniquify-buffer-name-style 'forward | 786 | (:option uniquify-buffer-name-style 'forward |
784 | uniquify-separator path-separator | 787 | uniquify-separator path-separator |