summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-16 17:10:39 -0500
committerCase Duckworth2021-08-16 17:10:39 -0500
commitf4c9181a9e43b60c0f20ac858a27eac498259bb6 (patch)
tree9f67f605a7a924e4d371d1f5c02b158a98123dc0 /init.el
parentUn-interactify ‘flyspell-start’ (diff)
downloademacs-f4c9181a9e43b60c0f20ac858a27eac498259bb6.tar.gz
emacs-f4c9181a9e43b60c0f20ac858a27eac498259bb6.zip
Add ‘typo’
See my fancy quotes??
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
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