initial commit

This commit is contained in:
handi
2026-04-03 16:52:03 +02:00
commit 52e2d868b4
12 changed files with 517 additions and 0 deletions

7
lisp/init-org.el Normal file
View File

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