protesilaos / dired-preview

Automatically preview file at point in Emacs Dired.
GNU General Public License v3.0
55 stars 2 forks source link

Temporarily bind recentf-track-opened-file to #'ignore #12

Closed juergenhoetzel closed 5 months ago

juergenhoetzel commented 6 months ago

Prevents adding previewed files to recentf-list.

recentf-track-closed-file is the wrong handler: This function is used to remove unwanted (e.g. non-readable) files from recentf-list.

Refs #5

protesilaos commented 5 months ago

Merged. Thank you!