diff options
| author | Ryan Kavanagh <rak@rak.ac> | 2023-02-16 10:00:37 -0500 | 
|---|---|---|
| committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-16 10:00:37 -0500 | 
| commit | b409a981fc204a24e30058552e1c1c9dd22feaaa (patch) | |
| tree | 1faa9516eb83f495aaf13243cf66f506e3978dce /dot_emacs | |
| parent | install texlive docs and vf1 on openbsd (diff) | |
C-; -> avy-goto-char
Diffstat (limited to '')
| -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)  | 
