From c6db9128f5a6ea4906e6dd0d684afb3a10bea3e9 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 25 Nov 2022 08:51:00 +0100 Subject: [PATCH] Ignore hidden files in counsel-find-file --- customizations.el | 1 + 1 file changed, 1 insertion(+) diff --git a/customizations.el b/customizations.el index 760e1aa..be2abdb 100644 --- a/customizations.el +++ b/customizations.el @@ -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))