diff options
-rw-r--r-- | dot_emacs.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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) |