summaryrefslogtreecommitdiff
path: root/recentf-conf.el
AgeCommit message (Collapse)Author
2022-04-10recentf-conf: don't check if a remote file existsJSDurand
* recentf-conf.el (file-exists-or-remote-p): If a file name specifies a remote file, treat it as an existing file. (choose-recent-file): Don't check if a remote file exists. Otherwise it will take a sizeable amout of time whenever I want to open a recent file, which is kind of unacceptable to me.
2021-01-09temporary stateJSDurand