summaryrefslogtreecommitdiffhomepage
path: root/completion.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-10-29 04:41:16 +0100
committerjao <jao@gnu.org>2021-10-29 04:41:16 +0100
commitba7ba17a853e69a80b5dcb1018db4c8d6c70c389 (patch)
tree1d6ac28ee948419a395ccf53708d09765f3a73a1 /completion.org
parent7c47ab51654df9f900b81817d410033ca803ff3d (diff)
downloadelibs-ba7ba17a853e69a80b5dcb1018db4c8d6c70c389.tar.gz
elibs-ba7ba17a853e69a80b5dcb1018db4c8d6c70c389.tar.bz2
color nits
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