]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention using buffer-list-update-hook in recentf-mode
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 29 Jan 2021 05:46:14 +0000 (06:46 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 29 Jan 2021 06:04:47 +0000 (07:04 +0100)
* lisp/recentf.el (recentf-mode): Mention using
`buffer-list-update-hook' (bug#46153).

lisp/recentf.el

index a28a3977a7639ac15ff52abb99f758107d1efdcd..d39a523289fa7cd6cae30ff85232f4dcba7c4b08 100644 (file)
@@ -1352,7 +1352,14 @@ That is, remove duplicates, non-kept, and excluded files."
 
 When Recentf mode is enabled, a \"Open Recent\" submenu is
 displayed in the \"File\" menu, containing a list of files that
-were operated on recently, in the most-recently-used order."
+were operated on recently, in the most-recently-used order.
+
+By default, only operations like opening a file, writing a buffer
+to a file, and killing a buffer is counted as \"operating\" on
+the file.  If instead you want to prioritize files that appear in
+buffers you switch to a lot, you can say something like the following:
+
+  (add-hook 'buffer-list-update-hook 'recentf-track-opened-file)"
   :global t
   :group 'recentf
   :keymap recentf-mode-map