all repos — nixfiles @ eac4c6007a802ba7d430283888aa3a03d4844751

System and user configuration, managed by nix and home-manager

Emacs: Add fallback execute-extended-command bind
Alan Pearce alan.pearce@spotcap.com
Tue, 15 Dec 2015 17:22:15 +0100
commit

eac4c6007a802ba7d430283888aa3a03d4844751

parent

2982d13a5bb1b149fda39fd1af7638aa437d3f43

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1078,6 +1078,7 @@ (bind-key "C-M-e" #'forward-paragraph text-mode-map) 
   (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