aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-04-18 08:08:50 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-04-18 08:08:50 +0100
commitfeebfb04224e014e47c0fec975723cd04d6f5484 (patch)
tree4cbe45e335f2eed23485c428dd7bf55fa75c0a7f
parente2556ae65ba75a1f37df0295c648025dbaffd0e4 (diff)
Autoload sx-search-tag-at-point. Fixes #277
-rw-r--r--sx-search.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-search.el b/sx-search.el
index d0fa892..f60d1fd 100644
--- a/sx-search.el
+++ b/sx-search.el
@@ -126,6 +126,7 @@ prefix argument, the user is asked for everything."
;;; Tag
+;;;###autoload
(defun sx-search-tag-at-point (&optional pos)
"Follow tag under position POS or point."
(interactive)