summaryrefslogtreecommitdiffhomepage
path: root/completion.org
diff options
context:
space:
mode:
Diffstat (limited to 'completion.org')
-rw-r--r--completion.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/completion.org b/completion.org
index 1e0bb4b..8e506b1 100644
--- a/completion.org
+++ b/completion.org
@@ -471,7 +471,8 @@
(dictionary-lookup-definition)))
(add-to-list 'avy-dispatch-alist '(?d . avy-dictionary-act))
- :bind ("C-c a" . avy-goto-char-timer))
+ :bind (("C-c a" . avy-goto-char-timer)
+ ("C-S-a" . avy-goto-char-timer)))
(use-package link-hint
:ensure t
@@ -518,6 +519,7 @@
(push 'link-hint-notmuch-w3m-url link-hint-types)
:bind (("C-c l" . link-hint-open-link)
+ ("C-S-l" . link-hint-open-link)
("C-c L" . link-hint-open-multiple-links)))
#+end_src