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)