~org-mode -> org

The official package name is org, not org-mode. Thus the packages don't
defer properly.
This commit is contained in:
AChavali
2020-01-05 22:51:47 +00:00
parent 80cf04fc02
commit 8e736e97c2

View File

@@ -4,7 +4,7 @@
#+BEGIN_SRC elisp #+BEGIN_SRC elisp
(use-package! powerthesaurus (use-package! powerthesaurus
:after-call (pre-command-hook text-mode) :after-call (pre-command-hook text-mode)
:defer-incrementally org-mode :defer-incrementally (org)
:config :config
(map! (map!
:localleader :localleader
@@ -17,7 +17,7 @@ Powerthesaurus for thesaurus on writer files
#+BEGIN_SRC elisp #+BEGIN_SRC elisp
(use-package! flyspell (use-package! flyspell
:after-call (pre-command-hook text-mode) :after-call (pre-command-hook text-mode)
:defer-incrementally org-mode :defer-incrementally (org)
:config :config
(map! (map!
:localleader :localleader