mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-16 20:10:58 +01:00
add git commit file to exclude list
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user