Files
emacs-config/lisp/init-org.el
2026-04-06 14:04:32 +02:00

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)