From 3665e0e438965134f9d88dd954a7a74f69080ba6 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sun, 5 Apr 2020 10:52:29 -0400 Subject: [PATCH] Enable auto-fill-mode by default in org-mode files --- emacs/init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/init.org b/emacs/init.org index 7fb1724..1656356 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -1433,6 +1433,7 @@ Notes, agenda, calendar, blogging, journaling, etc. org-ellipsis " ▼" org-directory (concat (get-dropbox-directory) "/org") org-link-elisp-confirm-function 'y-or-n-p) + (add-hook 'org-mode-hook #'auto-fill-mode) #+END_SRC Use RET to follow links: