Use use-package with org
This commit is contained in:
parent
93b078c046
commit
20b49d74ea
1 changed files with 6 additions and 3 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
(setq org-pretty-entities t
|
(use-package org
|
||||||
|
:defer t
|
||||||
|
:config
|
||||||
|
(setq 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))
|
||||||
|
|
||||||
(use-package org-modern
|
(use-package org-modern
|
||||||
:init
|
:init
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue