From de2758eba44ad545e8e38872709a2c431a04a467 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Tue, 21 Jan 2025 08:59:51 +0100 Subject: [PATCH] Amend org mode --- config/emacs/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/emacs/init.el b/config/emacs/init.el index 3ed09b0..30a2d08 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -533,7 +533,9 @@ '((sequence "TODO" "DOING" "WAITING" "|" "DONE")) org-confirm-babel-evaluate nil org-startup-indented t - calendar-week-start-day 1)) + calendar-week-start-day 1 + org-M-RET-may-split-line '((default . nil)) + org-insert-heading-respect-content t)) (use-package org-modern :after org