Org improvements
This commit is contained in:
parent
445e7db5e4
commit
f745a3895e
1 changed files with 4 additions and 1 deletions
|
|
@ -1,7 +1,10 @@
|
||||||
(use-package org
|
(use-package org
|
||||||
:defer t
|
:defer t
|
||||||
:config
|
:config
|
||||||
(setq org-pretty-entities t
|
(setq org-auto-align-tags nil
|
||||||
|
org-tags-column 0
|
||||||
|
org-special-ctrl-a/e t
|
||||||
|
org-pretty-entities t
|
||||||
org-hide-emphasis-markers t
|
org-hide-emphasis-markers t
|
||||||
org-startup-with-inline-images t))
|
org-startup-with-inline-images t))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue