diff options
author | noa@gaiwan.org | 2024-06-29 10:40:43 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-29 10:40:43 +0000 |
commit | f331f93899852c0c7e0b4cc15da241e92b0a0ac3 (patch) | |
tree | 62b7a98e975bee6817eafcda1f262a50f67abd7a /config.org | |
parent | 3f6dc69ae99fbcd42f5cd8758562784055ef5bb1 (diff) |
Replace kill-this-buffer binding with kill-current-buffer
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 2 |
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 |