From: Amin Bandali Date: Wed, 27 Jun 2018 04:30:05 +0000 (-0400) Subject: [emacs] some convenience bindings X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/f82046d8e19313a1ce3d7320754dde3d34672d80 [emacs] some convenience bindings --- diff --git a/init.org b/init.org index b4137ec..85d5709 100644 --- a/init.org +++ b/init.org @@ -1066,7 +1066,8 @@ TODO: break this giant source block down into individual org sections. (ab--leader-keys "b s" 'save-buffer "b b" 'ivy-switch-buffer - "b k" 'kill-buffer + "," 'ivy-switch-buffer + "b k" 'kill-this-buffer "q q" 'evil-save-and-quit) #+end_src