From d72ab7312268aa08332f25f0d1d8c0dfaf5fddb6 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 5 Aug 2015 11:22:41 -0700 Subject: [PATCH] avy-alternatives --- dotfiles/emacs.d/init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 4216c439..125dd05d 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -505,10 +505,11 @@ The current directory is assumed to be the project's root otherwise." :bind (("C-;" . jump-char-forward)) :ensure t) +(imalison:prefix-alternative imalison:avy avy-goto-word-1 avy-goto-char) (use-package avy :ensure t - :bind (("C-j" . avy-goto-char) - ("M-g f" . avy-goto-line) + :bind (("C-j" . imalison:avy) + ("M-g l" . avy-goto-line) ("C-'" . avy-goto-char-2))) (use-package ace-window