aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs.tmpl
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2023-02-03 11:20:01 -0500
committerRyan Kavanagh <rak@rak.ac>2023-02-03 11:20:01 -0500
commit5dbdaa19c8843079eeda38d029fc0069ec15ed74 (patch)
tree80266809ab961d3f996cc1adc0fd1511cf1a8600 /dot_emacs.tmpl
parentMerge remote-tracking branch 'origin' (diff)
[emacs] avy config
Diffstat (limited to 'dot_emacs.tmpl')
-rw-r--r--dot_emacs.tmpl8
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