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: Hooks #73

Closed diamond-lizard closed 3 years ago

diamond-lizard commented 3 years ago

I'd like to do my own processing (like turning off the display of trailing whitespace) on ztree-mode buffers after they are created.

It would be nice if there were some hooks which allowed me to do that.

diamond-lizard commented 3 years ago

I retract this request with apologies. It looks like ztree does have a ztree-mode-hook.

I just hadn't seen it while searching through ztree's code, but I guess it must inherit it from its parent mode.