문제

I update from ELPA/MELPA regularly. Unfortunately, the files the Emacs package manager manipulates show up in my recentf list, basically making it useless since it's always full from whatever files were updated, and not files that I actually care about. How can I fix this?

도움이 되었습니까?

해결책

See user options recentf-exclude, recentf-keep, recentf-auto-cleanup, and command recentf-cleanup.

The first two options let you exclude and include files that satisfy certain predicates or whose names match certain patterns, respectively.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top