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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user