diff options
| -rw-r--r-- | emacs-config.org | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
