Enable auto-fill for org-mode
This commit is contained in:
parent
3837871ed9
commit
226755daa8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue