From 59f5c472ccf85e730c283a02e166af7e94b8b724 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 13 Aug 2015 19:51:39 -0700 Subject: [PATCH] imalison:ace-window Make C-c w swap windows with prefix --- dotfiles/emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 9231ac20..929a461c 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -527,10 +527,11 @@ The current directory is assumed to be the project's root otherwise." ("M-g l" . avy-goto-line) ("C-'" . avy-goto-char-2))) +(imalison:prefix-alternative imalison:ace-window ace-select-window ace-swap-window) (use-package ace-window :ensure t :config (setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)) - :bind ("C-c w" . ace-select-window)) + :bind ("C-c w" . imalison:ace-window)) (use-package flycheck :ensure t