Put org module in init.el

This commit is contained in:
Tobias Ostner 2023-02-10 09:41:32 +01:00
parent 6c4ddc7718
commit 9b4b59cca0
2 changed files with 15 additions and 19 deletions

View file

@ -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)