Initial commit
This commit is contained in:
commit
1eb8f49be2
20 changed files with 378 additions and 0 deletions
10
.emacs.d/modules/tobmacs-org.el
Normal file
10
.emacs.d/modules/tobmacs-org.el
Normal 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)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue