diff options
author | Alex Branham <jabranham@users.noreply.github.com> | 2016-12-22 13:57:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-22 13:57:14 -0600 |
commit | 1af31009d82dd8e3f96c6e3ea7eb3a1e71f210f9 (patch) | |
tree | aebe25f6d9befeaba21712c7d33ef028c742281d | |
parent | cb338d7e314f4d29333f59a947ef27c9d22c6958 (diff) |
Autoload sx-open-link
-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." |