summaryrefslogtreecommitdiff
path: root/emacs/inits/70-global-keybinds.el
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2023-09-12 21:07:47 +0200
committertslil clingman <tslil@posteo.de>2023-09-12 21:08:54 +0200
commit8607fd0b5d3cb9efcd4bd805321128713823271d (patch)
treea8e977963943f56f42388449fc2a334a58f550eb /emacs/inits/70-global-keybinds.el
parentf749a8ac8423e11739ff1315d1ff50256f565d95 (diff)
[emacs] misc config updates
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)