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