nit(org): make activate function suffixes consistent
This commit is contained in:
parent
54c67acf2a
commit
c3342a8011
2 changed files with 4 additions and 4 deletions
|
@ -124,7 +124,7 @@ exist, and `org-link' otherwise."
|
|||
fn)))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +org-link--face-link-activate-face (start end face _bracketed-p)
|
||||
(defun +org-link--face-link-activate-fn (start end face _bracketed-p)
|
||||
(when buffer-read-only
|
||||
(add-text-properties
|
||||
start end
|
||||
|
@ -156,7 +156,7 @@ exist, and `org-link' otherwise."
|
|||
(concat prefix (and prefix " ") key-text)))
|
||||
|
||||
;;;###autoload
|
||||
(defun +org-link--command-link-activate-command (start end command _bracketed-p)
|
||||
(defun +org-link--command-link-activate-fn (start end command _bracketed-p)
|
||||
(when buffer-read-only
|
||||
(add-text-properties
|
||||
start end (list 'display (+org-link--command-keys command)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue