emacs: bind `C-c k' to kill-current-buffer
This commit is contained in:
parent
05311629e4
commit
19705b5aa9
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
(global-set-key (kbd "C-c b") 'magit-blame)
|
(global-set-key (kbd "C-c b") 'magit-blame)
|
||||||
(global-set-key (kbd "C-c c") 'compile)
|
(global-set-key (kbd "C-c c") 'compile)
|
||||||
(global-set-key (kbd "C-c r") 'recompile)
|
(global-set-key (kbd "C-c r") 'recompile)
|
||||||
|
(global-set-key (kbd "C-c k") 'kill-current-buffer)
|
||||||
|
|
||||||
;; some packages
|
;; some packages
|
||||||
(package-install 'nerd-icons)
|
(package-install 'nerd-icons)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue