diff options
Diffstat (limited to 'doom.d/modules')
-rw-r--r-- | doom.d/modules/writers.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doom.d/modules/writers.org b/doom.d/modules/writers.org index 767f6c4..cc934ac 100644 --- a/doom.d/modules/writers.org +++ b/doom.d/modules/writers.org @@ -4,7 +4,7 @@ #+BEGIN_SRC elisp (use-package! powerthesaurus :after-call (pre-command-hook text-mode) - :defer-incrementally org-mode + :defer-incrementally (org) :config (map! :localleader @@ -17,7 +17,7 @@ Powerthesaurus for thesaurus on writer files #+BEGIN_SRC elisp (use-package! flyspell :after-call (pre-command-hook text-mode) - :defer-incrementally org-mode + :defer-incrementally (org) :config (map! :localleader |