From b7dafbf4722a6db84cf6f0a3732e7216f5774166 Mon Sep 17 00:00:00 2001 From: rearman Date: Mon, 17 Oct 2022 14:37:11 -0400 Subject: [PATCH] Add binding for eval-region --- common-init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/common-init.el b/common-init.el index ce5281c..32e2b43 100644 --- a/common-init.el +++ b/common-init.el @@ -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) -- 2.39.5