From 35644945f2271b9f600ee03235ad3cac546a4dc6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 10 Aug 2016 14:27:31 +0200 Subject: Enable auto filling in Org-mode --- emacs/.emacs.d/init.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs/.emacs.d') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 9660cf2..57b0780 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -839,6 +839,12 @@ To start off, first I need to enable lexical binding. (setq org-src-fontify-natively t)) #+END_SRC + Enable automatic text filling for org-mode. + + #+BEGIN_SRC emacs-lisp + (add-hook 'org-mode-hook 'auto-fill-mode) + #+END_SRC + * Custom Put the customize settings in a different file so that Emacs doesn't -- cgit v1.2.3-54-g00ecf