fourier / ztree

Directory tree comparison mode for Emacs
http://www.emacswiki.org/emacs/ZtreeDiff
GNU General Public License v3.0
239 stars 21 forks source link

[Feature Request] Highlight current line #13

Closed theldoria closed 9 years ago

theldoria commented 9 years ago

The current line (cursor position) should be highlighted.

fourier commented 9 years ago

Is the ordinary cursor not enough?

ljos commented 9 years ago

You can add hl-line-mode to ztree-mode-hook if you want a highlighted line.

theldoria commented 9 years ago

Nice, found global-hl-line-mode, which solve this and more ;)