diff options
-rw-r--r-- | sx-interaction.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-interaction.el b/sx-interaction.el index f9c7ec5..c43dd20 100644 --- a/sx-interaction.el +++ b/sx-interaction.el @@ -188,6 +188,7 @@ If DATA is a question, also mark it as read." (sx-question--mark-read data) (sx--maybe-update-display))))) +;;;###autoload (defun sx-open-link (link &optional _) "Visit element given by LINK inside Emacs. Element can be a question, answer, or comment." |