New option: +jump-search-browser-fn

This commit is contained in:
Henrik Lissner 2017-09-28 18:06:07 +02:00
parent 24f59d4b0e
commit dd58479a18
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 4 additions and 1 deletions

View file

@ -29,6 +29,9 @@
"An alist that maps online resources to their search url or a function that
produces an url. Used by `+jump/online'.")
(defconst +jump-search-browser-fn #'browse-url
"Function to use to open search urls.")
(defvar +jump-function-alist nil
"TODO")