Have counsel ignore dotfiles
This commit is contained in:
parent
798391c5df
commit
dbd8338ae5
1 changed files with 6 additions and 0 deletions
|
@ -361,6 +361,12 @@ To start off, first I need to enable lexical binding.
|
|||
(require 'counsel)
|
||||
#+END_SRC
|
||||
|
||||
Hide dotfiles in =counsel-find-file=.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq counsel-find-file-ignore-regexp "\\`\\.")
|
||||
#+END_SRC
|
||||
|
||||
Enable Counsel.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
Loading…
Reference in a new issue