diff options
Diffstat (limited to 'custom/jao-custom-completion.el')
| -rw-r--r-- | custom/jao-custom-completion.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el index 98b853c..3076c3a 100644 --- a/custom/jao-custom-completion.el +++ b/custom/jao-custom-completion.el @@ -375,8 +375,7 @@ (embark-act))) (add-to-list 'avy-dispatch-alist '(?\; . avy-embark-act)) - :bind (("s-j" . avy-goto-char-timer) - ("C-M-j" . avy-goto-char-timer))) + :bind (("C-M-j" . avy-goto-char-timer))) ;;; link-hint (use-package link-hint |
