mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
selectrum: consult-recent-files now works on startup
consult doesn't turn on refentf-mode by itself, you need to do it manually. It works, but is very slow on first try.
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
[remap switch-to-buffer-other-frame] #'consult-buffer-other-frame
|
||||
[remap yank-pop] #'consult-yank-pop)
|
||||
:config
|
||||
(recentf-mode)
|
||||
(setq consult-project-root-function #'doom-project-root)
|
||||
(setq completion-in-region-function #'consult-completion-in-region)
|
||||
(setq consult-narrow-key "<")
|
||||
|
Reference in New Issue
Block a user