Put org module in init.el
This commit is contained in:
parent
6c4ddc7718
commit
9b4b59cca0
2 changed files with 15 additions and 19 deletions
|
|
@ -1,16 +0,0 @@
|
|||
(use-package org
|
||||
:defer t
|
||||
:config
|
||||
(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-startup-with-inline-images t))
|
||||
|
||||
(use-package org-modern
|
||||
:init
|
||||
(global-org-modern-mode))
|
||||
|
||||
(provide 'tobmacs-org)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue