diff options
author | Alan Pearce | 2015-05-20 18:03:10 +0200 |
---|---|---|
committer | Alan Pearce | 2015-05-20 18:03:10 +0200 |
commit | 409e833300a6b7172a441bd2f7c3cc1ed8c810e3 (patch) | |
tree | f9ab6513537bc2300e58da7b112ed7200488bce6 /tag-emacs | |
parent | 1dfecc3c3e2f72d22ca2bc1429c883609d0a08a7 (diff) | |
download | dotfiles-409e833300a6b7172a441bd2f7c3cc1ed8c810e3.tar.lz dotfiles-409e833300a6b7172a441bd2f7c3cc1ed8c810e3.tar.zst dotfiles-409e833300a6b7172a441bd2f7c3cc1ed8c810e3.zip |
Emacs: Add ace-window key to kill current window
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 64b0a62..8bb1651 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") |