From 9fa830adf38720f60292cc032a045503dcb7076f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 15 Dec 2023 09:51:24 +0000 Subject: [PATCH] Re-enable recentf-mode and add bind for consult-recent-file --- README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 0edc276..54edfc8 100644 --- a/README.org +++ b/README.org @@ -38,8 +38,8 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia (set-keyboard-coding-system 'utf-8) (global-auto-revert-mode +1) - (delete-selection-mode) - (recentf-mode -1) + (delete-selection-mode +1) + (recentf-mode +1) (keymap-global-set "M-#" #'dictionary-lookup-definition) @@ -793,6 +793,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]] (" " . consult-buffer) (" " . consult-project-buffer) (" " . consult-org-heading) + ("C-c s r" . consult-recent-file) ("C-c s f" . consult-fd) ("C-c s g" . consult-ripgrep) ("C-c s e" . consult-flymake)