Emacs: adjusted avy
This commit is contained in:
parent
3afeef0efb
commit
910dc06f1e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue