summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-04-02 13:54:52 -0500
committerCase Duckworth2022-04-02 13:54:52 -0500
commit6db8a021756e4c94d6f02042a03670a70fbc1711 (patch)
tree19c1423b44bdb0d2200cba6f4c7a76dde26d5dd6 /init.el
parentIgnore errors in +tab-bar-notmuch-count (diff)
downloademacs-6db8a021756e4c94d6f02042a03670a70fbc1711.tar.gz
emacs-6db8a021756e4c94d6f02042a03670a70fbc1711.zip
Add C-x C-m binding for execute-extended-command
On recommendation of Steve Yegge
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index f07cd4f..a128832 100644 --- a/init.el +++ b/init.el
@@ -39,6 +39,7 @@
39 "C-x o" (lambda () (interactive) (switch-to-buffer nil)) 39 "C-x o" (lambda () (interactive) (switch-to-buffer nil))
40 "C-x C-o" #'+open-paragraph 40 "C-x C-o" #'+open-paragraph
41 "C-w" #'+kill-word-backward-or-region 41 "C-w" #'+kill-word-backward-or-region
42 "C-x C-m" #'execute-extended-command ; original: coding systems
42 ;; "C-x C-1" #'delete-other-windows 43 ;; "C-x C-1" #'delete-other-windows
43 ;; "C-x 2" #'+split-window-below-then 44 ;; "C-x 2" #'+split-window-below-then
44 ;; "C-x C-2" #'+split-window-below-then 45 ;; "C-x C-2" #'+split-window-below-then