Don't enable visual-fill-column-mode in org-mode buffers

It's sometimes a bother, and it's more difficult to disable it than to
enable it.
This commit is contained in:
contrapunctus 2022-01-24 00:26:05 +05:30
parent 5c8989bfe2
commit 24d837f6ca
1 changed files with 1 additions and 1 deletions

View File

@ -3454,7 +3454,7 @@ But with =initials=, the desired completion is often buried in the results. That
(markdown-mode . visual-fill-column-mode)
(markdown-mode . visual-line-mode)
(org-mode . visual-line-mode)
(org-mode . visual-fill-column-mode)
;; (org-mode . visual-fill-column-mode)
(message-mode . visual-fill-column-mode))
(use-package adaptive-wrap