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:
2020-10-09 10:17:55 +01:00
parent c9bc48308a
commit b1689e0d79

View File

@@ -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)