From cf93cb141359ba6b2226297a4a190c5f09973a1b Mon Sep 17 00:00:00 2001 From: rearman Date: Mon, 29 Sep 2025 13:47:19 -0400 Subject: [PATCH] Add org-mark* functions to transient-mark-mode enablers --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 67a1514..cdb74a6 100644 --- a/init.el +++ b/init.el @@ -162,7 +162,9 @@ Taken from https://spwhitton.name/blog/entry/transient-mark-mode/" mark-defun mark-whole-buffer mark-word - rectangle-mark-mode)) + rectangle-mark-mode + org-mark-element + org-mark-subtree)) (re/remap-mark-command command)) ;; Help -- 2.39.5