bind avy-goto-char-timer to s-.

This commit is contained in:
Łukasz Pankowski 2019-12-30 16:34:30 +01:00
parent 5251398645
commit f363d0d3da

View File

@ -247,7 +247,7 @@
(use-package avy (use-package avy
:bind :bind
("s-;" . avy-goto-char-timer)) ("s-." . avy-goto-char-timer))
;;; Bind key `o` to selection of a link in help or info buffers by a ;;; Bind key `o` to selection of a link in help or info buffers by a
;;; single or two letters. ;;; single or two letters.