Initial commit

This commit is contained in:
Tobias Ostner 2022-12-19 13:41:13 +01:00
commit 1eb8f49be2
20 changed files with 378 additions and 0 deletions

View file

@ -0,0 +1,10 @@
(setq 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)