From 6db8a021756e4c94d6f02042a03670a70fbc1711 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 2 Apr 2022 13:54:52 -0500 Subject: Add C-x C-m binding for execute-extended-command On recommendation of Steve Yegge --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index f07cd4f..a128832 100644 --- a/init.el +++ b/init.el @@ -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 -- cgit 1.4.1-21-gabe81