]> code.delx.au - gnu-emacs-elpa/commit
"C-x C-f" can un-ignore dotfiles with a leading dot input
authorOleh Krehel <ohwoeowho@gmail.com>
Mon, 29 Feb 2016 08:20:33 +0000 (09:20 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 29 Feb 2016 08:22:56 +0000 (09:22 +0100)
commit88169a3647a395712a0a79a3952249bd010551e5
tree005c5e301ae578e495c216f34047d9f78f9e2c33
parentd0857656ca48c4608e26a30d3bdc45822ace01c7
"C-x C-f" can un-ignore dotfiles with a leading dot input

* counsel.el (counsel-find-file-ignore-regexp): Add a recommended value,
all dotfiles.
(counsel--find-file-matcher): When `ivy-text' starts with a dot, don't
use `counsel-find-file-ignore-regexp'. The generic way to do this is
with "C-c C-a" (`ivy-toggle-ignore'), but this is faster and more convenient.

Re #408
counsel.el