diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/+link-hint.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/+link-hint.el b/lisp/+link-hint.el index e9d215a..e2d2a84 100644 --- a/lisp/+link-hint.el +++ b/lisp/+link-hint.el | |||
@@ -22,6 +22,9 @@ | |||
22 | w3m-message-link) | 22 | w3m-message-link) |
23 | "Link types to define `:open-secondary' for.") | 23 | "Link types to define `:open-secondary' for.") |
24 | 24 | ||
25 | (defvar +link-hint-map (make-sparse-keymap) | ||
26 | "Keymap for `link-hint' functionality.") | ||
27 | |||
25 | (defun +link-hint-setup-open-secondary (&optional types) | 28 | (defun +link-hint-setup-open-secondary (&optional types) |
26 | "Define the `:open-secondary' link-hint type for TYPES. | 29 | "Define the `:open-secondary' link-hint type for TYPES. |
27 | If TYPES is nil, define it for `+link-hint-open-secondary-types'." | 30 | If TYPES is nil, define it for `+link-hint-open-secondary-types'." |