Ignore hidden files in counsel-find-file

This commit is contained in:
Gergely Polonkai 2022-11-25 08:51:00 +01:00
parent fd963e3a32
commit c6db9128f5
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
'(background-mode dark)
'(blink-cursor-mode t)
'(column-number-mode t)
'(counsel-find-file-ignore-regexp "\\(?:\\`\\|[/\\]\\)\\(?:[#.]\\)")
'(cursor-color "#ffd85c")
'(cursor-type 'bar)
'(custom-enabled-themes '(tango-dark tango))