From ba7ba17a853e69a80b5dcb1018db4c8d6c70c389 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 29 Oct 2021 04:41:16 +0100 Subject: color nits --- completion.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'completion.org') 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 -- cgit v1.2.3