diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7b365e0..b120a3b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -422,7 +422,8 @@ org-capture-templates '(("t" "Todo" entry (file "~/TobCloud/org/inbox.org") "* TODO %?\n %t\n %i\n %a")) - org-confirm-babel-evaluate nil)) + org-confirm-babel-evaluate nil + org-startup-indented t)) (use-package org-modern :after org