summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs-config.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org
index c567133..ca05949 100644
--- a/emacs-config.org
+++ b/emacs-config.org
@@ -76,3 +76,10 @@ Enable which-key that displays a pop-up window of posisble keybindings sequences
#+begin_src elisp
(which-key-mode)
#+end_src
+
+* Global Keybindings
+File actions.
+#+begin_src elisp
+ (keymap-global-set "C-x x R" #'rename-visited-file)
+ (keymap-global-set "C-x x D" #'delete-file)
+#+end_src