From b409a981fc204a24e30058552e1c1c9dd22feaaa Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 16 Feb 2023 10:00:37 -0500 Subject: C-; -> avy-goto-char --- dot_emacs.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index 933c096..d3bd31d 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -105,7 +105,7 @@ (avy-setup-default) :bind (("C-c C-j" . avy-resume) - ("C-;" . avy-goto-char-2))) + ("C-;" . avy-goto-char))) (use-package bibtex :mode ("\\.bib\'" . bibtex-mode) -- cgit v1.2.3