Re-enable recentf-mode and add bind for consult-recent-file
This commit is contained in:
parent
c6a87f2dbb
commit
9fa830adf3
|
@ -38,8 +38,8 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
|
||||||
(set-keyboard-coding-system 'utf-8)
|
(set-keyboard-coding-system 'utf-8)
|
||||||
|
|
||||||
(global-auto-revert-mode +1)
|
(global-auto-revert-mode +1)
|
||||||
(delete-selection-mode)
|
(delete-selection-mode +1)
|
||||||
(recentf-mode -1)
|
(recentf-mode +1)
|
||||||
|
|
||||||
|
|
||||||
(keymap-global-set "M-#" #'dictionary-lookup-definition)
|
(keymap-global-set "M-#" #'dictionary-lookup-definition)
|
||||||
|
@ -793,6 +793,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||||
("<remap> <switch-to-buffer>" . consult-buffer)
|
("<remap> <switch-to-buffer>" . consult-buffer)
|
||||||
("<remap> <project-switch-to-buffer>" . consult-project-buffer)
|
("<remap> <project-switch-to-buffer>" . consult-project-buffer)
|
||||||
("<remap> <org-goto>" . consult-org-heading)
|
("<remap> <org-goto>" . consult-org-heading)
|
||||||
|
("C-c s r" . consult-recent-file)
|
||||||
("C-c s f" . consult-fd)
|
("C-c s f" . consult-fd)
|
||||||
("C-c s g" . consult-ripgrep)
|
("C-c s g" . consult-ripgrep)
|
||||||
("C-c s e" . consult-flymake)
|
("C-c s e" . consult-flymake)
|
||||||
|
|
Loading…
Reference in a new issue