projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3634ffb
)
[emacs/org] enable auto-fill-mode and flyspell-mode in org-mode
author
Amin Bandali
<bandali@gnu.org>
Tue, 30 Oct 2018 03:27:28 +0000
(23:27 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Tue, 30 Oct 2018 03:27:28 +0000
(23:27 -0400)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
c1abe38
..
75e92ee
100644
(file)
--- 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"))))