From f566127cb69e92b5a375309d13179cd918f1e445 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Mon, 17 Jul 2023 11:09:52 +0200 Subject: [PATCH] Turn indentation on in org-mode --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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