Enable auto-fill for org-mode

This commit is contained in:
Evie Litherland-Smith 2024-03-20 14:24:23 +00:00
parent 3837871ed9
commit 226755daa8

View file

@ -33,6 +33,9 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
;; Visually indent org-mode files to a given header level
(add-hook 'org-mode-hook #'org-indent-mode)
;; Enable auto-fill in org-mode buffers
(add-hook 'org-mode-hook #'turn-on-auto-fill)
(use-package org
:ensure t
:custom