From 8607fd0b5d3cb9efcd4bd805321128713823271d Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Tue, 12 Sep 2023 21:07:47 +0200 Subject: [emacs] misc config updates --- emacs/inits/70-global-keybinds.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'emacs/inits/70-global-keybinds.el') diff --git a/emacs/inits/70-global-keybinds.el b/emacs/inits/70-global-keybinds.el index 816998f..1e3657e 100644 --- a/emacs/inits/70-global-keybinds.el +++ b/emacs/inits/70-global-keybinds.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2020-10-26 17h12 EDT (hobbies)> +;; Time-stamp: <2023-08-29 09h09 CEST (anker)> (setq time-stamp-active t time-stamp-line-limit 3 @@ -45,5 +45,3 @@ (interactive "p") (if (region-active-p) (kill-region 0 0 t) (backward-kill-word arg))) - -(global-set-key (kbd "C-w") 'kill-region-or-backward-kill-word) -- cgit v1.2.3