From 7781433f1148fadcfbc6eeae7e5d0c364e223d61 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 18 Jul 2025 22:16:46 +0100 Subject: Add recent files keybinding --- emacs-config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs-config.org b/emacs-config.org index 30450f7..552329f 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1344,6 +1344,7 @@ File actions. #+begin_src elisp (keymap-set +global-keys-map "C-x x R" #'rename-visited-file) (keymap-set +global-keys-map "C-x x D" #'delete-file) + (keymap-set +global-keys-map "C-x M-f" #'recentf) #+end_src Window actions. -- cgit