diff options
| author | Ryan Kavanagh <rak@rak.ac> | 2023-02-03 11:20:01 -0500 |
|---|---|---|
| committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-03 11:20:01 -0500 |
| commit | 5dbdaa19c8843079eeda38d029fc0069ec15ed74 (patch) | |
| tree | 80266809ab961d3f996cc1adc0fd1511cf1a8600 /dot_emacs | |
| parent | Merge remote-tracking branch 'origin' (diff) | |
[emacs] avy config
Diffstat (limited to '')
| -rw-r--r-- | dot_emacs.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index ca973a7..aaa0c56 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -98,6 +98,14 @@ (use-package autorevert :diminish auto-revert-mode) +(use-package avy + :ensure t + :config + (avy-setup-default) + :bind + (("C-c C-j" . avy-resume) + ("C-;" . avy-goto-char-2))) + (use-package bibtex :mode ("\\.bib\'" . bibtex-mode) :custom |
