stanaka / dash-at-point

a emacs lisp for searching the word at point with Dash
388 stars 33 forks source link

`dash-at-point-with-docset` for choosing a docset from completion read #6

Closed waymondo closed 11 years ago

waymondo commented 11 years ago

I've added an alternate defun for when you want to quickly select a docset to search with the word-at-point (or manually with the prefix arguement). This is handy for searching within frameworks (like jQuery or underscore, for example) that aren't discoverable by file extension. I also created a list variable called dash-at-point-docsets for adding to this global completion list.

stanaka commented 11 years ago

Thank you for the pull request!