]> git.earman.xyz Git - emacsinit.git/commitdiff
Add org-mark* functions to transient-mark-mode enablers
authorrearman <rearman@r717.net>
Mon, 29 Sep 2025 17:47:19 +0000 (13:47 -0400)
committerrearman <rearman@r717.net>
Mon, 29 Sep 2025 17:47:19 +0000 (13:47 -0400)
init.el

diff --git a/init.el b/init.el
index 67a1514aaf5f5f0b19c1810b2da3bbf79e1f48af..cdb74a6ae7792c44678e7116223c4e990f160500 100644 (file)
--- 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