emacs: bind `C-c k' to kill-current-buffer

This commit is contained in:
Jeremy Baxter 2024-04-11 08:58:49 +12:00
parent 05311629e4
commit 19705b5aa9

View file

@ -24,6 +24,7 @@
(global-set-key (kbd "C-c b") 'magit-blame)
(global-set-key (kbd "C-c c") 'compile)
(global-set-key (kbd "C-c r") 'recompile)
(global-set-key (kbd "C-c k") 'kill-current-buffer)
;; some packages
(package-install 'nerd-icons)