diff options
author | Case Duckworth | 2021-09-04 23:54:20 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-04 23:54:20 -0500 |
commit | 4ee36ef22e7a57a0bbcf4064d30ccf504b2ee807 (patch) | |
tree | 9b80eaf82943c6b10f081b5c9cee93d2f8cc42a5 | |
parent | Whitespace ... more (diff) | |
download | emacs-4ee36ef22e7a57a0bbcf4064d30ccf504b2ee807.tar.gz emacs-4ee36ef22e7a57a0bbcf4064d30ccf504b2ee807.zip |
Change avy-goto-char-timer bind
-rw-r--r-- | init.el | 2 |
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 |