Closed s9gf4ult closed 9 years ago
Looks like everything works, I've just restarted my Emacs.
What would you say about using split-window-horizontally
?
Hi @s9gf4ult ,
I think this can be very useful, but it's a bit ad-hoc because it makes sense only for eww users. Also, we're trying to cover this behaviour in a different way (see #48). As it can be helpful for other users, I encourage you to create a PR adding this to Readme.
Thank you!
Thank you. This is quite useful. helm-dash-result-url
is renamed to dash-docs-result-url
.
Hello, I have implemented this (copy paste from
helm-dash-browse-url
)and also modified
but when I select second action in helm buffer documentation just opens inside the same buffer. How should I fix this code to make it work?
Also, using
split-window-horizontally
is too ad-hoc, maybe you know a better way to do that to make reasonable pull request?BTW, I am using
eww
for browsing docs, this feature may be unrelated for other browser users, and I dont know how to deal with it.