From 47e76526f47db7d7528b6eb85634181edf982760 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 15 Dec 2020 00:39:58 +0100 Subject: Add another buffer-related keybinding See I knew this C-c b keymap would pay for itself. --- .emacs | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs') 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 -- cgit v1.2.3