From 366719afe5a74d418b9fafefb2f9b43f21ba6bae Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 23 Dec 2019 10:57:16 +0000 Subject: Further remappings based on https://sites.google.com/site/steveyegge2/effective-emacs --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 86a5634..48a3e46 100644 --- a/init.el +++ b/init.el @@ -55,9 +55,16 @@ ;; remap M-x to something else +;; https://sites.google.com/site/steveyegge2/effective-emacs (global-set-key "\C-x\C-m" 'execute-extended-command) (global-set-key "\C-c\C-m" 'execute-extended-command) +;; Remapping killing +;; https://sites.google.com/site/steveyegge2/effective-emacs +(global-set-key "\C-w" 'backward-kill-word) +(global-set-key "\C-x\C-k" 'kill-region) +(global-set-key "\C-c\C-k" 'kill-region) + ;; recentf (use-package recentf :config -- cgit v1.2.3