diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-04-18 08:08:50 +0100 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-04-18 08:08:50 +0100 |
commit | feebfb04224e014e47c0fec975723cd04d6f5484 (patch) | |
tree | 4cbe45e335f2eed23485c428dd7bf55fa75c0a7f | |
parent | e2556ae65ba75a1f37df0295c648025dbaffd0e4 (diff) |
Autoload sx-search-tag-at-point. Fixes #277
-rw-r--r-- | sx-search.el | 1 |
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) |