summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-29 10:40:43 +0000
committernoa@gaiwan.org2024-06-29 10:40:43 +0000
commitf331f93899852c0c7e0b4cc15da241e92b0a0ac3 (patch)
tree62b7a98e975bee6817eafcda1f262a50f67abd7a /config.org
parent3f6dc69ae99fbcd42f5cd8758562784055ef5bb1 (diff)
Replace kill-this-buffer binding with kill-current-buffer
Diffstat (limited to 'config.org')
-rw-r--r--config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org
index 6f5548c..7c1ed14 100644
--- a/config.org
+++ b/config.org
@@ -1574,7 +1574,7 @@ Okay, i lied about being vanilla.  I want isearch to use the minibuffer like a g
 
 #+begin_src elisp
 (global-set-key (kbd "M-o") 'other-window)
-(global-set-key (kbd "C-x k") 'kill-this-buffer)
+(global-set-key (kbd "C-x k") 'kill-current-buffer)
 #+end_src
 
 ** Smart scan