emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/alect-themes 8fe6ba5 03/11: Add support for 'org-transclus


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 8fe6ba5 03/11: Add support for 'org-transclusion'
Date: Fri, 22 Oct 2021 02:57:32 -0400 (EDT)

branch: elpa/alect-themes
commit 8fe6ba5054bcc276ae85e3b846fd21dc0b4964a4
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Add support for 'org-transclusion'
---
 README.md       |  1 +
 alect-themes.el | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/README.md b/README.md
index b77285c..105beb6 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,7 @@ supported (themed):
 - [Magit](http://magit.vc/)
 - [markdown](http://jblevins.org/projects/markdown-mode/)
 - [mu4e](https://github.com/djcb/mu)
+- [org-transclusion](https://github.com/nobiot/org-transclusion)
 - [powerline](https://github.com/milkypostman/powerline)
 - [realgud](https://github.com/realgud/realgud)
 - [rubik](https://github.com/Kurvivor19/rubik-mode)
diff --git a/alect-themes.el b/alect-themes.el
index 39e5cd9..a5f3c66 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1413,6 +1413,16 @@ For INVERT, see `alect-get-color'."
          (org-column-title          ((,c :background ,(gc 'bg-2)
                                          :underline t :weight bold)))
 
+         ;; org-transclusion
+         (org-transclusion-keyword     ((,c :inherit org-meta-line)))
+         (org-transclusion             ((,c :background ,(gc 'bg+1)
+                                            :extend t)))
+         (org-transclusion-edit        ((,c :inherit org-transclusion)))
+         (org-transclusion-source      ((,c :background ,(gc 'green-bg+1)
+                                            :extend t)))
+         (org-transclusion-source-edit ((,c :background ,(gc 'yellow-bg+1)
+                                            :extend t)))
+
          ;; outline
          (outline-1 ((,c :inherit alect-title-1)))
          (outline-2 ((,c :inherit alect-title-2)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]