Remove call flyspell mode in --org

This commit is contained in:
Marcus Kammer 2024-08-17 11:01:42 +02:00
parent 621ee704f4
commit 64d76217f7
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -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)