branch: externals/embark commit a1c3c3d52b924286a2c2034786da9e60d8134c94 Author: Omar Antolín <omar.anto...@gmail.com> Commit: Omar Antolín <omar.anto...@gmail.com>
Bind embark-kill-buffer-and-window to K to avoid clash --- embark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embark.el b/embark.el index 5c155269a3..ee61b9937e 100644 --- a/embark.el +++ b/embark.el @@ -3885,7 +3885,7 @@ library, which have an obvious notion of associated directory." ("b" switch-to-buffer) ("o" switch-to-buffer-other-window) ("z" embark-bury-buffer) - ("q" embark-kill-buffer-and-window) + ("K" embark-kill-buffer-and-window) ("r" embark-rename-buffer) ("=" ediff-buffers) ("|" embark-shell-command-on-buffer)