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

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

[elpa] externals/org-remark e3dd998e6b 130/173: add: register the defaul


From: ELPA Syncer
Subject: [elpa] externals/org-remark e3dd998e6b 130/173: add: register the default pen function for change
Date: Fri, 28 Jan 2022 16:58:08 -0500 (EST)

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

    add: register the default pen function for change
---
 org-remark.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/org-remark.el b/org-remark.el
index 3e8f426177..c648dd8e45 100644
--- a/org-remark.el
+++ b/org-remark.el
@@ -209,6 +209,7 @@ as a selection list."
 
 ;; Definining `org-remark-mark', the default "pen" function explicitly.
 ;; This is so that autoload cookie can be assigned to it.
+(add-to-list 'org-remark-available-pens #'org-remark-mark)
 ;;;###autoload
 (defun org-remark-mark (beg end &optional id load-only)
   "Apply the following face to the region selected by BEG and END.



reply via email to

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