aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs.tmpl
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2023-02-16 10:00:37 -0500
committerRyan Kavanagh <rak@rak.ac>2023-02-16 10:00:37 -0500
commitb409a981fc204a24e30058552e1c1c9dd22feaaa (patch)
tree1faa9516eb83f495aaf13243cf66f506e3978dce /dot_emacs.tmpl
parentinstall texlive docs and vf1 on openbsd (diff)
C-; -> avy-goto-char
Diffstat (limited to '')
-rw-r--r--dot_emacs.tmpl2
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)