From 910dc06f1eeb02e299de51b8b013e9ec0692dcbb Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 12 Mar 2018 11:31:16 +0100 Subject: [PATCH] Emacs: adjusted avy --- emacs/emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 472ea94..d65d637 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -638,7 +638,8 @@ ;; Jump to arbitrary positions in visible text and select text quickly. (use-package avy :bind - (("s-s" . avy-goto-char))) + (("s-s" . avy-goto-char-2) + ("s-l" . avy-goto-line))) ;; smooth-scrolling ;; Make emacs scroll smoothly