]> code.delx.au - gnu-emacs-elpa/commit
Fixed issue #27
authorAlexey Veretennikov <alexey.veretennikov@gmail.com>
Sat, 9 Jan 2016 23:37:24 +0000 (00:37 +0100)
committerAlexey Veretennikov <alexey.veretennikov@gmail.com>
Sat, 9 Jan 2016 23:37:24 +0000 (00:37 +0100)
commitdbf953903fd135da0f7c8153a03abc7a7a531399
tree631e84ad15d9c0845000faf35a68b3e2fa086d59
parent74899aa051123d74bf8ca4fcd2351c67c3bd5fdf
Fixed issue #27

In order to add the regexp specifying the list of files to hide,
use the following example:

(setq-default ztree-dir-filter-list (cons "^.*\\.pyc"
ztree-dir-filter-list))

One could hide/show hidden files using the 'H' key.
ztree-dir.el