From 3b0d63046033b9f92f0468be3a87890a8291630c Mon Sep 17 00:00:00 2001 From: shoshin Date: Fri, 1 Jul 2022 21:46:48 -0500 Subject: Add: [minor-mode] recentf-mode adds features to consult-buffer --- shoshin-config.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/shoshin-config.org b/shoshin-config.org index a5f2e2b..83695cb 100644 --- a/shoshin-config.org +++ b/shoshin-config.org @@ -376,6 +376,15 @@ this seems to be required to fontify source blocks (package-install 'htmlize) #+end_src +** recentf-mode + +this tracks recently operated on files (by default) and enables quick selection +from them in various Emacs menus. [[*\[\[info:consult#Top\]\[consult\]\] - Consulting \[\[info:elisp#Minibuffer Completion\]\[completing-read\]\]][consult]] hooks into it as well. + +#+begin_src emacs-lisp + (recentf-mode) +#+end_src + * Programming :PROPERTIES: :header-args:emacs-lisp: :noweb-ref programming :noweb-sep "\n\n" :results silent -- cgit v1.2.3