summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-04-22 00:28:33 -0400
committerKyle Meyer <kyle@kyleam.com>2017-04-22 00:30:54 -0400
commit5a94c06b71e362df3de1788740e3c24d3f2e7c7a (patch)
treebdfb6c856baaa162b25ff94a816bff09b773bcf1 /init.el
parent2202923cfb223befb1fa1e583cfa560f43044c0c (diff)
downloademacs.d-5a94c06b71e362df3de1788740e3c24d3f2e7c7a.tar.gz
recentf: Ignore /gnu/store files
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index c1a0124..bdf0d90 100644
--- a/init.el
+++ b/init.el
@@ -640,6 +640,7 @@
"/tmp/scratch"
(or string-end
(and "." (one-or-more not-newline))))
+ "\\`/gnu/store/"
".elfeed/index\\'"
"/itsalltext/")
recentf-exclude))