summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 7825a12..8a38124 100644
--- a/.emacs
+++ b/.emacs
@@ -139,6 +139,7 @@
(my/define-prefix-command my/buffer-map
"Keymap for buffer manipulation commands."
'(("b" bury-buffer)
+ ("g" revert-buffer)
("r" rename-buffer)))
(my/define-prefix-command my/display-map