Bind s-k to kill-buffer

This commit is contained in:
contrapunctus 2021-07-23 19:31:00 +05:30
parent ffd5d265b6
commit a7e48011c7
1 changed files with 2 additions and 2 deletions

View File

@ -2300,8 +2300,8 @@ and eval it."
**
#+BEGIN_SRC emacs-lisp
(general-define-key
;; "s-k" 'cp-kill-buffer
"s-k" 'bury-buffer
"s-k" 'cp-kill-buffer
;; "s-k" 'bury-buffer
"C-x k" 'cp-kill-buffer
"C-`" 'shell
"M-`" 'eshell