Enable auto-fill-mode by default in org-mode files
This commit is contained in:
parent
a120d06a7f
commit
3665e0e438
@ -1433,6 +1433,7 @@ Notes, agenda, calendar, blogging, journaling, etc.
|
|||||||
org-ellipsis " ▼"
|
org-ellipsis " ▼"
|
||||||
org-directory (concat (get-dropbox-directory) "/org")
|
org-directory (concat (get-dropbox-directory) "/org")
|
||||||
org-link-elisp-confirm-function 'y-or-n-p)
|
org-link-elisp-confirm-function 'y-or-n-p)
|
||||||
|
(add-hook 'org-mode-hook #'auto-fill-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Use RET to follow links:
|
Use RET to follow links:
|
||||||
|
Loading…
Reference in New Issue
Block a user