summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2015-12-15 17:22:15 +0100
committerAlan Pearce2015-12-15 17:22:15 +0100
commiteac4c6007a802ba7d430283888aa3a03d4844751 (patch)
tree264d14a15c88187eea40f9c866cf872184a63dcc
parent2982d13a5bb1b149fda39fd1af7638aa437d3f43 (diff)
downloaddotfiles-eac4c6007a802ba7d430283888aa3a03d4844751.tar.lz
dotfiles-eac4c6007a802ba7d430283888aa3a03d4844751.tar.zst
dotfiles-eac4c6007a802ba7d430283888aa3a03d4844751.zip
Emacs: Add fallback execute-extended-command bind
-rw-r--r--tag-emacs/emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 2cfb32f..a25c615 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1078,6 +1078,7 @@ Option/alt, then Control.
 
   (bind-key* "s-x" (define-prefix-command 'super-x-map))
   (bind-key* "s-," #'switch-to-dotfiles)
+  (bind-key* "C-M-x" #'execute-extended-command)
   (set-register ?z `(file . ,(expand-file-name ".config/zsh/zshrc" "~")))
 #+END_SRC
 * Misc