aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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