diff options
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index b232d3a..0e0087b 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -137,7 +137,8 @@ (use-package avy :bind (("C-." . avy-goto-char-timer) ("C-:" . avy-goto-char-2) - ("C-," . avy-goto-line))) + ("C-," . avy-goto-line)) + :custom (avy-keys '(?c ?t ?i ?e ?n ?r ?s ?g))) (use-package helm :defer nil |
