From 409e833300a6b7172a441bd2f7c3cc1ed8c810e3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 20 May 2015 18:03:10 +0200 Subject: Emacs: Add ace-window key to kill current window --- tag-emacs/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 64b0a624..8bb16516 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1181,6 +1181,7 @@ symbol, not word, as I need this for programming the most." :config (progn (setq aw-dispatch-always t aw-dispatch-alist '((?k aw-delete-window " Ace - Delete Window") + (?K aw-delete-window) (?m aw-swap-window " Ace - Swap Window") (?f aw-flip-window) (?v aw-split-window-vert " Ace - Split Vert Window") -- cgit 1.4.1