summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2020-10-09 22:15:17 -0500
committerCase Duckworth2020-10-09 22:15:17 -0500
commitfc7f170daf363cefc1bf0a49ff904b52376abcec (patch)
tree8f892e13882ffb99b2b087baef3b8adb412e767a /init.el
parentAdd undo-fu (diff)
downloademacs-fc7f170daf363cefc1bf0a49ff904b52376abcec.tar.gz
emacs-fc7f170daf363cefc1bf0a49ff904b52376abcec.zip
Change avy-goto keys
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
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