add git commit file to exclude list

This commit is contained in:
2023-05-30 09:28:27 +02:00
parent 702949f267
commit 8eb52a7eee

View File

@@ -58,9 +58,11 @@
;; exclude some auto generated files
(setq recentf-exclude (list "ido.last"
"/elpa/"
"/elpa"
".el.gz$"
'(not (file-readable-p)))))
"COMMIT_EDITMSG"
'(not (file-readable-p))))
)
(provide 'init-recentfiles)