branch: externals/org-transclusion
commit 3421422d69e8abf204d8173a195c5e48fd740c04
Author: Noboru Ota <[email protected]>
Commit: Noboru Ota <[email protected]>
chg: add org-transclusion-transient as a default extension
---
org-transclusion.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/org-transclusion.el b/org-transclusion.el
index 6f27917f66..f58d5ee23b 100644
--- a/org-transclusion.el
+++ b/org-transclusion.el
@@ -60,7 +60,7 @@ Intended for :set property for `customize'."
(org-transclusion-load-extensions-maybe 'force)))
(defcustom org-transclusion-extensions
- '(org-transclusion-src-lines org-transclusion-font-lock)
+ '(org-transclusion-src-lines org-transclusion-font-lock
org-transclusion-transient)
"Extensions to be loaded with org-transclusion.el."
:set #'org-transclusion-set-extensions
:type
@@ -73,6 +73,8 @@ Intended for :set property for `customize'."
org-transclusion-indent-mode)
(const :tag "html: Transclude HTML converted to Org with Pandoc"
org-transclusion-html)
+ (const :tag "transient: Transclude menu for easier command access"
+ org-transclusion-transient)
(repeat :tag "Other packages" :inline t (symbol :tag "Package"))))
(defcustom org-transclusion-add-all-on-activate t