diff options
author | Case Duckworth | 2020-10-09 22:15:17 -0500 |
---|---|---|
committer | Case Duckworth | 2020-10-09 22:15:17 -0500 |
commit | fc7f170daf363cefc1bf0a49ff904b52376abcec (patch) | |
tree | 8f892e13882ffb99b2b087baef3b8adb412e767a | |
parent | Add undo-fu (diff) | |
download | emacs-fc7f170daf363cefc1bf0a49ff904b52376abcec.tar.gz emacs-fc7f170daf363cefc1bf0a49ff904b52376abcec.zip |
Change avy-goto keys
-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 |