summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-04 23:54:20 -0500
committerCase Duckworth2021-09-04 23:54:20 -0500
commit4ee36ef22e7a57a0bbcf4064d30ccf504b2ee807 (patch)
tree9b80eaf82943c6b10f081b5c9cee93d2f8cc42a5 /init.el
parentWhitespace ... more (diff)
downloademacs-4ee36ef22e7a57a0bbcf4064d30ccf504b2ee807.tar.gz
emacs-4ee36ef22e7a57a0bbcf4064d30ccf504b2ee807.zip
Change avy-goto-char-timer bind
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 e5b7796..44d040c 100644 --- a/init.el +++ b/init.el
@@ -116,7 +116,7 @@ AKA, DO NOT USE THIS FUNCTION!!!"
116 (global-auto-revert-mode +1)) 116 (global-auto-revert-mode +1))
117 117
118(setup (:straight avy) 118(setup (:straight avy)
119 (:global "C-:" #'avy-goto-char-timer 119 (:global "C-'" #'avy-goto-char-timer
120 "C-c C-j" #'avy-resume) 120 "C-c C-j" #'avy-resume)
121 121
122 (:with-feature isearch 122 (:with-feature isearch