Remove call flyspell mode in --org
This commit is contained in:
parent
621ee704f4
commit
64d76217f7
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
(use-package org
|
||||
:ensure nil
|
||||
:hook ((org-mode . turn-on-auto-fill)
|
||||
(org-mode . flyspell-mode))
|
||||
:hook ((org-mode . turn-on-auto-fill))
|
||||
:init (org-clock-persistence-insinuate)
|
||||
:bind
|
||||
(("C-c l" . org-store-link)
|
||||
|
|
Loading…
Add table
Reference in a new issue