Enable auto filling in Org-mode
This commit is contained in:
parent
a2fc1c0c2c
commit
35644945f2
1 changed files with 6 additions and 0 deletions
|
@ -839,6 +839,12 @@ To start off, first I need to enable lexical binding.
|
||||||
(setq org-src-fontify-natively t))
|
(setq org-src-fontify-natively t))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Enable automatic text filling for org-mode.
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(add-hook 'org-mode-hook 'auto-fill-mode)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Custom
|
* Custom
|
||||||
|
|
||||||
Put the customize settings in a different file so that Emacs doesn't
|
Put the customize settings in a different file so that Emacs doesn't
|
||||||
|
|
Loading…
Reference in a new issue