Org: disable auto-fill

This commit is contained in:
MitchMarq42 2023-03-11 09:39:27 -09:00
parent fed92a6fb8
commit 729b56f8b8

View File

@ -99,7 +99,8 @@
(fill-column 80) (fill-column 80)
:hook :hook
(prog-mode . whitespace-mode) (prog-mode . whitespace-mode)
(org-mode . auto-fill-mode)) ;; (org-mode . auto-fill-mode)
)
;; ...and finally, sync files with disk changes ;; ...and finally, sync files with disk changes
(use-package autorevert (use-package autorevert
:elpaca nil :elpaca nil