mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(dired): dired-omit-files additions
- escape initial `.` - use only noncapturing groups
This commit is contained in:
committed by
Henrik Lissner
parent
a08ec4ab16
commit
b3b875e226
@ -157,10 +157,10 @@ we have to clean it up ourselves."
|
||||
(setq dired-omit-verbose nil
|
||||
dired-omit-files
|
||||
(concat dired-omit-files
|
||||
"\\|^.DS_Store\\'"
|
||||
"\\|^.project\\(?:ile\\)?\\'"
|
||||
"\\|^.\\(svn\\|git\\)\\'"
|
||||
"\\|^.ccls-cache\\'"
|
||||
"\\|^\\.DS_Store\\'"
|
||||
"\\|^\\.project\\(?:ile\\)?\\'"
|
||||
"\\|^\\.\\(?:svn\\|git\\)\\'"
|
||||
"\\|^\\.ccls-cache\\'"
|
||||
"\\|\\(?:\\.js\\)?\\.meta\\'"
|
||||
"\\|\\.\\(?:elc\\|o\\|pyo\\|swp\\|class\\)\\'"))
|
||||
;; Disable the prompt about whether I want to kill the Dired buffer for a
|
||||
|
Reference in New Issue
Block a user