Add C-x C-m binding for execute-extended-command

On recommendation of Steve Yegge
This commit is contained in:
Case Duckworth 2022-04-02 13:54:52 -05:00
parent 1d64079a52
commit 6db8a02175
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
"C-x o" (lambda () (interactive) (switch-to-buffer nil))
"C-x C-o" #'+open-paragraph
"C-w" #'+kill-word-backward-or-region
"C-x C-m" #'execute-extended-command ; original: coding systems
;; "C-x C-1" #'delete-other-windows
;; "C-x 2" #'+split-window-below-then
;; "C-x C-2" #'+split-window-below-then