sabof / project-explorer

A project explorer sidebar
266 stars 17 forks source link

Is it possible to show hidden files? #16

Closed alexpos closed 10 years ago

alexpos commented 10 years ago

It would be useful to have toggle for hidden files, .gitignore comes to mind. Basically if it is in git, it should (possible to) be shown.

sabof commented 10 years ago

Try M-x customize-variable RET pe/omit-regex RET, and choose "Show all files" in "Value Menu". Then press "g", and all files will become visible.

Adding a single-buffer, temporary toggle is also possible, if that's what you want.

alexpos commented 10 years ago

Works perfectly!