all repos — nixfiles @ 409e833300a6b7172a441bd2f7c3cc1ed8c810e3

System and user configuration, managed by nix and home-manager

Emacs: Add ace-window key to kill current window

Alan Pearce
commit

409e833300a6b7172a441bd2f7c3cc1ed8c810e3

parent

1dfecc3c3e2f72d22ca2bc1429c883609d0a08a7

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -1181,6 +1181,7 @@ :bind (("s-s" . ace-window))
: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")