]> git.earman.xyz Git - emacsinit.git/commitdiff
Add binding for eval-region
authorrearman <rearman@r717.net>
Mon, 17 Oct 2022 18:37:11 +0000 (14:37 -0400)
committerrearman <rearman@r717.net>
Mon, 17 Oct 2022 18:37:11 +0000 (14:37 -0400)
common-init.el

index ce5281c5e3bc8b4b8888eed9933a923a8f22e605..32e2b43415568a4e4abe97fc4ccf5abca237804a 100644 (file)
@@ -177,6 +177,7 @@ Assumes common-init is defined as a variable in the separate init."
 (global-set-key (kbd "C-u") 'backward-kill-line)
 (global-set-key (kbd "C-w") 'kill-bword-or-region)
 (global-set-key (kbd "C-z") 'zap-up-to-char)
+(global-set-key (kbd "C-M-z") 'eval-region)
 (global-set-key (kbd "C-'") 'universal-argument)
 (global-set-key (kbd "M-%") 'replace-regexp)
 (global-set-key (kbd "C-M-%") 'query-replace-regexp)