diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 0f872ba..28caf4a 100644 --- a/init.el +++ b/init.el | |||
@@ -476,7 +476,7 @@ | |||
476 | ;;;;; Jump to characters fast | 476 | ;;;;; Jump to characters fast |
477 | (use-package avy | 477 | (use-package avy |
478 | :bind | 478 | :bind |
479 | ("C-'" . avy-goto-char-timer)) | 479 | ("C-/" . avy-goto-char-timer)) |
480 | 480 | ||
481 | ;;;;; Show text commands acted on | 481 | ;;;;; Show text commands acted on |
482 | (use-package volatile-highlights | 482 | (use-package volatile-highlights |