Enable visual line mode in org
This commit is contained in:
parent
f4dfe898c1
commit
8a07e09b39
1 changed files with 2 additions and 0 deletions
|
|
@ -200,6 +200,8 @@
|
||||||
|
|
||||||
(use-package org
|
(use-package org
|
||||||
:defer t
|
:defer t
|
||||||
|
:hook
|
||||||
|
(org-mode . visual-line-mode)
|
||||||
:config
|
:config
|
||||||
(setq org-auto-align-tags nil
|
(setq org-auto-align-tags nil
|
||||||
org-tags-column 0
|
org-tags-column 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue