diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2022-06-07 06:33:16 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2022-06-07 06:33:16 -0400 |
commit | ef160dea332af4b4fe5e2717b962936c67e5fe9e (patch) | |
tree | 313001cf699a3ca7c6addb1fa66010194ae8fcca /lisp | |
parent | becff06c71d277647eda4378203d03ab36e141eb (diff) |
Word wrap mode and indent mode in org
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/org-custom.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/org-custom.el b/lisp/org-custom.el index 6b4713b..8fe2c00 100644 --- a/lisp/org-custom.el +++ b/lisp/org-custom.el @@ -48,6 +48,8 @@ (require 'org-bullets) (org-bullets-mode 1) + (org-indent-mode 1) + (visual-line-mode 1) (setq org-blank-before-new-entry (quote ((heading . nil) (plain-list-item . nil)))) |