punassuming / ranger.el

Bringing the goodness of ranger to dired!
699 stars 52 forks source link

Preserve the ability to click links after invoking `ranger` #176

Closed gw closed 4 years ago

gw commented 6 years ago

Sets mouse-1-click-follows-link locally instead of globally.

The previous behavior was to overwrite the global value--after invoking ranger, <mouse-1> would not follow links in help buffers.

I haven't investigated very thoroughly, but this appears to preserve all of the original ranger functionality that I know about, while leaving the global value of mouse-1-click-follows-link alone.

punassuming commented 6 years ago

Good catch.