From: rearman Date: Tue, 5 May 2026 14:56:01 +0000 (-0400) Subject: Add settings for org-transclusion X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=aeb2b5f79673c8b0539cedd0788358c284f6b0a8;p=emacsinit.git Add settings for org-transclusion blue bar next to transcluded items, blue text in source when accessed with 'o'. --- diff --git a/re/eng-paper-theme.el b/re/eng-paper-theme.el index d4b7c09..127b943 100644 --- a/re/eng-paper-theme.el +++ b/re/eng-paper-theme.el @@ -146,6 +146,11 @@ ((,class (:inherit default)))) `(org-scheduled-previously ((,class (:inherit default)))) +;;; ORG-TRANSCLUSION + `(org-transclusion-fringe + ((,class (:foreground ,light-green :background ,precaution-blue)))) + `(org-transclusion-source + ((,class (:foreground ,precaution-blue)))) ;;; HOWM `(howm-reminder-deadline-face ((,class (:foreground ,fire-prot-red))))