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