dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 47e76526f47db7d7528b6eb85634181edf982760
parent 783af348b770a2e814e5f7080d7f5a9777087427
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue, 15 Dec 2020 00:39:58 +0100

Add another buffer-related keybinding

See I knew this C-c b keymap would pay for itself.

Diffstat:
M.emacs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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