summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-15 00:39:58 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-15 00:39:58 +0100
commit47e76526f47db7d7528b6eb85634181edf982760 (patch)
treeb968c0d26b8351212ece81416d602e7e01b2ae5f
parent783af348b770a2e814e5f7080d7f5a9777087427 (diff)
downloaddotfiles-47e76526f47db7d7528b6eb85634181edf982760.tar.xz
Add another buffer-related keybinding
See I knew this C-c b keymap would pay for itself.
-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