feat: Bind SPC f r

- Additionally, fixed a bug where consult-recent-file would be called before
  recentf-mdoe was enabled
This commit is contained in:
Madeleine Sydney
2025-02-02 14:51:04 -07:00
parent 3b0081a553
commit e99b8d991b
2 changed files with 40 additions and 11 deletions

View File

@@ -147,7 +147,8 @@ all hooks after it are ignored.")
"P" `("Browse Emacs config" . ,#'syd/find-file-in-emacs-user-directory)
"u" `("Find file as root" . ,#'syd/find-file-as-root)
"U" `("Open this file as root" . ,#'syd/open-this-file-as-root)
"y" `("Yank buffer path" . ,#'syd/yank-buffer-path))
"y" `("Yank buffer path" . ,#'syd/yank-buffer-path)
"r" `("Browse recent file" . ,#'consult-recent-file))
;; Window
(require 'syd-window)