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

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

[elpa] externals/org-remark ae220ad29b 50/67: refactor(icon): change def


From: ELPA Syncer
Subject: [elpa] externals/org-remark ae220ad29b 50/67: refactor(icon): change default to ascii characters only
Date: Sat, 22 Jul 2023 06:59:03 -0400 (EDT)

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

    refactor(icon): change default to ascii characters only
---
 org-remark.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/org-remark.el b/org-remark.el
index c27839444f..7e032c4a6e 100644
--- a/org-remark.el
+++ b/org-remark.el
@@ -6,7 +6,7 @@
 ;; URL: https://github.com/nobiot/org-remark
 ;; Version: 1.1.0
 ;; Created: 22 December 2020
-;; Last modified: 12 July 2023
+;; Last modified: 14 July 2023
 ;; Package-Requires: ((emacs "27.1") (org "9.4"))
 ;; Keywords: org-mode, annotation, note-taking, marginal-notes, wp,
 
@@ -127,12 +127,12 @@ manually or some other function to either the headline or 
file."
 The current buffer is the note buffer."
   :type 'hook)
 
-(defcustom org-remark-icon-notes "⁽*⁾"
+(defcustom org-remark-icon-notes "(*)"
   "String to be displayed when notes exist for a given highlight
 Nil means no icon is to be displayed."
   :type 'string)
 
-(defcustom org-remark-icon-position-adjusted "⁽ᵟ⁾"
+(defcustom org-remark-icon-position-adjusted "(d)"
   "String to be displayed when a highlight position adjusted.
 Nil means no icon is to be displayed."
   :type 'string)



reply via email to

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