Skip to content

Commit

Permalink
tweak(emacs): eval-buffer: keybind
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Dec 13, 2024
1 parent b3882a4 commit 022b5f5
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 @@ -1082,7 +1082,7 @@
"." #'find-file
"x" #'kill-current-buffer
"z" #'bury-buffer
"E b" #'eval-buffer
"E e" #'eval-buffer
"E r" #'eval-region
"r" '(:ignore t :which-key "Regex")
"r l" #'align-regexp)
Expand Down

0 comments on commit 022b5f5

Please sign in to comment.