From 68afa8fc08252b47a0719ebf46811b85e129edce Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Wed, 13 Jun 2018 00:42:41 +0200 Subject: [PATCH] Add avy --- config.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config.org b/config.org index bbea73f..bb723f5 100644 --- a/config.org +++ b/config.org @@ -743,6 +743,17 @@ https://github.com/ikirill/irony-eldoc ) #+END_SRC +* Avy + +https://github.com/abo-abo/avy + +#+BEGIN_SRC emacs-lisp +(use-package avy + :ensure t + :bind + ("M-s" . avy-goto-char-timer)) +#+END_SRC + * Old stuff, maybe usefull for lookup later ** Diff mode stuff