diff options
author | Sean Allred <code@seanallred.com> | 2016-12-22 14:05:17 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-22 14:05:17 -0600 |
commit | de73e993930f910862698727b5c0d93a1f656deb (patch) | |
tree | aebe25f6d9befeaba21712c7d33ef028c742281d /sx-interaction.el | |
parent | cb338d7e314f4d29333f59a947ef27c9d22c6958 (diff) | |
parent | 1af31009d82dd8e3f96c6e3ea7eb3a1e71f210f9 (diff) |
Merge pull request #327 from jabranham/patch-1
Autoload sx-open-link
Diffstat (limited to 'sx-interaction.el')
-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." |