delight indent and visual line modes in org

This commit is contained in:
petrucci4prez 2018-07-21 00:59:52 -04:00
parent 0a825e76f3
commit 7d92b8d986
1 changed files with 5 additions and 1 deletions

View File

@ -377,7 +377,11 @@ NOTES:
** basic ** basic
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package org (use-package org
:delight org-indent-mode :delight
(org-indent-mode nil org-indent)
(visual-line-mode)
:hook
(org-mode . visual-line-mode)
:config :config
(setq org-startup-indented t (setq org-startup-indented t
org-directory "~/Org" org-directory "~/Org"