dash-at-point icon indicating copy to clipboard operation
dash-at-point copied to clipboard

a emacs lisp for searching the word at point with Dash

Results 11 dash-at-point issues
Sort by recently updated
recently updated
newest added

[Dash docs](https://blog.kapeli.com/dash-for-ios-android-windows-or-linux) mention that Velocity is Dash for Windows and Zeal is Dash for Linux and Windows. It would be very nice to have the Dash launch command configurable, so...

Hello and sorry for my poor English. Should I check if Dash is installed? In other words, if I install this package when Dash is not installed, will it cause...

This PR introduces `dash-at-point-installed-docsets`, which will attempt to lookup all your installed docsets and cheatsheets to offer as options with `dash-at-point-with-docset`. If you don't have Dash 3.0 or the command...

Here are some lines that should be added to dash-at-point-mode-alist: - The major mode for editing Common Lisp is `lisp-mode`; here is no such thing as common-lisp-mode. - There are...

I’d love to be able to install via emacs package management, but for various reasons related to maintaining sanity and past experience, I only have melpa-stable configured as a source...

it's probably not trivial, but as I'm using dash-at-point in erlang-mode, it would make it ten times more useful if the search token would be the whole `module:fun` rather than...

Removes the namespace qualifier from the search string before sending to dash. For example, if you required `clojure.string :as string` and then use `string/join` in your code, when you hit...

dash-at-point is very useful for pulling up documentation in other modes, thanks much for this package. When I open a buffer in shell-script mode (which is _not_ included in dash-at-point-mode-alist)...

Any interest getting this into http://marmalade-repo.org for simple installation via `package-install`?