diff options
author | Sean Allred <code@seanallred.com> | 2014-12-27 09:56:03 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-12-27 09:56:03 -0500 |
commit | 60bed65f15505261dd297fcf4ad2c71a7c76dbeb (patch) | |
tree | e027f84cdba9eb6c0193db0e9912dfc14d24ad4e | |
parent | a919c72f2b58d889bf3fbdde100f9912a90c64ab (diff) |
Add autoload cookie to `sx-ask'
-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 c6f2639..baf8c13 100644 --- a/sx-interaction.el +++ b/sx-interaction.el @@ -327,6 +327,7 @@ from context at point." (sx-site-get-api-tokens) nil t nil nil default))) +;;;###autoload (defun sx-ask (site) "Start composing a question for SITE. SITE is a string, indicating where the question will be posted." |