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

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

[elpa] externals/org-remark e10a00b426 35/67: feat: add icon for highlig


From: ELPA Syncer
Subject: [elpa] externals/org-remark e10a00b426 35/67: feat: add icon for highlights with annotation body text #64
Date: Sat, 22 Jul 2023 06:59:02 -0400 (EDT)

branch: externals/org-remark
commit e10a00b426a400eb17cf94c79a3c6a30ba469503
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    feat: add icon for highlights with annotation body text #64
---
 org-remark.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/org-remark.el b/org-remark.el
index f12ff61480..558dbb6fdf 100644
--- a/org-remark.el
+++ b/org-remark.el
@@ -1017,6 +1017,8 @@ Assume the current buffer is the source buffer."
     (overlay-put highlight 'help-echo (plist-get plist :body)))
   (overlay-put highlight '*org-remark-note-body
                (plist-get plist :body))
+  (when (plist-get plist :body)
+    (overlay-put highlight 'after-string (propertize "📔" 'face 
'org-remark-highlighter)))
   (overlay-put highlight '*org-remark-original-text
                (plist-get plist :original-text)))
 



reply via email to

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