]> git.earman.xyz Git - emacsinit.git/commitdiff
Try out org-transclusion again
authorrearman <rearman@r717.net>
Mon, 4 May 2026 21:18:05 +0000 (17:18 -0400)
committerrearman <rearman@r717.net>
Mon, 4 May 2026 21:18:05 +0000 (17:18 -0400)
Makes more sense now that I am trypnig to have project info in the projects
folder and other items in the org directory.

re/re-packages.el

index be9264926d50394600173d3d27b47f1b40078a78..e8e8cd3093d20e4a8cda24559641e5a71e594cb6 100644 (file)
    ("C-M-n" . org-next-visible-heading)
    ("<f9>" . org-clock-in)))
 
+(use-package org-transclusion
+  :after
+  org
+  :bind
+  (("C-c t" . org-transclusion-mode)))
+
+(add-hook 'org-mode-hook #'org-transclusion-mode)
+
 (use-package howm
   :config
   (require 're-howm)