Don't add COMMIT_EDITMSG to recentf-exclude
Loading `git-commit.el' now already does that.
This commit is contained in:
parent
e65c39e985
commit
5e487e5f85
1 changed files with 0 additions and 2 deletions
|
@ -141,8 +141,6 @@
|
||||||
(mapcar 'file-truename (list prelude-savefile-dir package-user-dir)))))
|
(mapcar 'file-truename (list prelude-savefile-dir package-user-dir)))))
|
||||||
|
|
||||||
(add-to-list 'recentf-exclude 'prelude-recentf-exclude-p)
|
(add-to-list 'recentf-exclude 'prelude-recentf-exclude-p)
|
||||||
;; ignore magit's commit message files
|
|
||||||
(add-to-list 'recentf-exclude "COMMIT_EDITMSG\\'")
|
|
||||||
|
|
||||||
(recentf-mode +1)
|
(recentf-mode +1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue