diff options
author | Alan Pearce | 2015-12-15 17:22:15 +0100 |
---|---|---|
committer | Alan Pearce | 2015-12-15 17:22:15 +0100 |
commit | eac4c6007a802ba7d430283888aa3a03d4844751 (patch) | |
tree | 264d14a15c88187eea40f9c866cf872184a63dcc /tag-emacs/emacs.d | |
parent | 2982d13a5bb1b149fda39fd1af7638aa437d3f43 (diff) | |
download | dotfiles-eac4c6007a802ba7d430283888aa3a03d4844751.tar.lz dotfiles-eac4c6007a802ba7d430283888aa3a03d4844751.tar.zst dotfiles-eac4c6007a802ba7d430283888aa3a03d4844751.zip |
Emacs: Add fallback execute-extended-command bind
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 1 |
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 |