Emacs: adjusted avy

This commit is contained in:
Marcel Kapfer 2018-03-12 11:31:16 +01:00
parent 3afeef0efb
commit 910dc06f1e
1 changed files with 2 additions and 1 deletions

View File

@ -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