mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(org-mode): enable auto-fill-mode to automatically wrap lines at 80 characters
I've manually been enabling auto-fill-mode on a per buffer basis for a long time, constantly forgetting to add it to my org-mode setup. Not anymore :P
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
(org-set-emph-re 'org-emphasis-regexp-components
|
||||
org-emphasis-regexp-components)
|
||||
|
||||
(auto-fill-mode t)
|
||||
(siren-display-fill-column)
|
||||
(siren-display-indentation)
|
||||
(siren-display-line-numbers)
|
||||
|
||||
Reference in New Issue
Block a user