branch: externals/org-remark commit e3dd998e6b01c906c9d3be5657cde7046bf3aa75 Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@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.