diff options
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 |