mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(dired): hide flycheck temp files
This commit is contained in:
@ -179,6 +179,7 @@ we have to clean it up ourselves."
|
||||
dired-omit-files
|
||||
(concat dired-omit-files
|
||||
"\\|^\\.DS_Store\\'"
|
||||
"\\|^flycheck_.*"
|
||||
"\\|^\\.project\\(?:ile\\)?\\'"
|
||||
"\\|^\\.\\(?:svn\\|git\\)\\'"
|
||||
"\\|^\\.ccls-cache\\'"
|
||||
|
Reference in New Issue
Block a user