From 08f077545a0f45a1701333406fd1afe8be77a752 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Thu, 27 Feb 2025 17:16:27 -0500 Subject: [PATCH] Update dired-omit-files --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 04d2ef6..0971262 100644 --- a/init.el +++ b/init.el @@ -431,6 +431,7 @@ ;; dired-omit-mode (setq dired-omit-verbose nil) +(setq dired-omit-files (concat "\\`[.]\\'")) ;; ls-lisp (setq ls-lisp-verbosity nil)