10 lines
199 B
EmacsLisp
10 lines
199 B
EmacsLisp
(setq org-adapt-indentation t)
|
|
(setq org-startup-indented t)
|
|
|
|
(add-hook 'org-mode-hook #'my/text-indentation-setup)
|
|
(add-hook 'org-mode-hook #'org-indent-mode)
|
|
|
|
(provide 'init-org)
|
|
|
|
(require 'ox-md)
|