aboutsummaryrefslogtreecommitdiff
path: root/shoshin-config.org
diff options
context:
space:
mode:
Diffstat (limited to 'shoshin-config.org')
-rw-r--r--shoshin-config.org9
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