all repos — nixfiles @ 36cfb5b801d13bf3ff102a31512613366a296edc

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

Emacs: Re-bind execute-extended-command

Move it away from eval-defun, as C-u C-M-x is useful for debugging elisp
Alan Pearce alan@alanpearce.uk
Wed, 10 May 2017 14:47:04 +0200
commit

36cfb5b801d13bf3ff102a31512613366a296edc

parent

4bdc613a8980602dd35ec0ead87c6411ae4590de

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

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -437,7 +437,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)
+(bind-key* "C-x M-x" #'execute-extended-command)
 (set-register ?z `(file . ,(expand-file-name ".config/zsh/zshrc" "~")))
 #+END_SRC