diff options
author | shoshin <shoshin@cicadas.surf> | 2022-07-01 21:46:48 -0500 |
---|---|---|
committer | shoshin <shoshin@cicadas.surf> | 2022-07-01 21:46:48 -0500 |
commit | 3b0d63046033b9f92f0468be3a87890a8291630c (patch) | |
tree | df8d203fd70da35421de69c2fc85fba23808e95c /shoshin-config.org | |
parent | eeb6a7fa460270593495757e450d363529907e8b (diff) |
Add: [minor-mode] recentf-mode
adds features to consult-buffer
Diffstat (limited to 'shoshin-config.org')
-rw-r--r-- | shoshin-config.org | 9 |
1 files changed, 9 insertions, 0 deletions
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 |