Add a leader bind to kill emacs

This commit is contained in:
Case Duckworth 2021-04-22 12:53:19 -05:00
parent 6f3e287d49
commit 7786e0ec4a
1 changed files with 2 additions and 0 deletions

View File

@ -254,6 +254,8 @@
"C-c i" acdw/find-emacs-dotfiles
"C-x k" acdw/kill-a-buffer)
(:leader "C-c" save-buffers-kill-emacs)
;;; Advice
;; `acdw/kill-line-and-join-advice' cribs from `crux-kill-and-join-forward'.
;; I can't simply advise `kill-line' with an override from crux because crux