summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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