summaryrefslogtreecommitdiff
path: root/emacs/inits/70-global-keybinds.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/inits/70-global-keybinds.el')
-rw-r--r--emacs/inits/70-global-keybinds.el4
1 files changed, 1 insertions, 3 deletions
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)