summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-10-29 23:27:28 -0400
committerAmin Bandali <bandali@gnu.org>2018-10-29 23:27:28 -0400
commitbdf99c0db4a98f1dde69afff7e391286c4526fac (patch)
tree6de55b849e4b9cea7a391e98dba92e3eab843f20 /init.org
parent3634ffb64bb3f4075d2a14b6ce6526e81ac833f5 (diff)
downloadconfigs-bdf99c0db4a98f1dde69afff7e391286c4526fac.tar.gz
configs-bdf99c0db4a98f1dde69afff7e391286c4526fac.tar.xz
configs-bdf99c0db4a98f1dde69afff7e391286c4526fac.zip
[emacs/org] enable auto-fill-mode and flyspell-mode in org-mode
Diffstat (limited to '')
-rw-r--r--init.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.org b/init.org
index c1abe38..75e92ee 100644
--- a/init.org
+++ b/init.org
@@ -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"))))