diff options
author | Amin Bandali <bandali@gnu.org> | 2018-10-29 23:27:28 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-10-29 23:27:28 -0400 |
commit | bdf99c0db4a98f1dde69afff7e391286c4526fac (patch) | |
tree | 6de55b849e4b9cea7a391e98dba92e3eab843f20 | |
parent | 3634ffb64bb3f4075d2a14b6ce6526e81ac833f5 (diff) | |
download | configs-bdf99c0db4a98f1dde69afff7e391286c4526fac.tar.gz configs-bdf99c0db4a98f1dde69afff7e391286c4526fac.tar.xz configs-bdf99c0db4a98f1dde69afff7e391286c4526fac.zip |
[emacs/org] enable auto-fill-mode and flyspell-mode in org-mode
-rw-r--r-- | init.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -693,7 +693,9 @@ In short, my favourite way of life. org-src-preserve-indentation nil org-edit-src-content-indentation 0 org-log-done 'time) - :hook (org-mode . org-indent-mode) + :hook ((org-mode . org-indent-mode) + (org-mode . auto-fill-mode) + (org-mode . flyspell-mode)) :custom (org-latex-packages-alist '(("" "listings") ("" "color")))) |