Skip to content

Commit

Permalink
fixup! feat(emacs): rename-buffer: add keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Sep 26, 2024
1 parent 79e400b commit 90d223a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
:ensure nil
:general
(gg/leader
"B r" #'rename-buffer))
"B x" #'rename-buffer))

(use-package undo-tree
:custom
Expand Down

0 comments on commit 90d223a

Please sign in to comment.