adopt browse url function from lua-mode.el
This commit is contained in:
parent
55ff3e35c7
commit
7ef42d5d44
@ -43,10 +43,11 @@
|
||||
:link '(url-link "http://www.freedesktop.org/wiki/Software/systemd/")
|
||||
:group 'tools)
|
||||
|
||||
(defcustom systemd-browse-url-function 'eww
|
||||
(defcustom systemd-browse-url-function 'browse-url
|
||||
"Browser to use for HTTP(S) documentation."
|
||||
:type '(radio (function-item eww)
|
||||
(function-item browse-url)
|
||||
:type `(radio (function-item browse-url)
|
||||
,@(when (fboundp 'eww) '((function-item eww)))
|
||||
,@(when (fboundp 'w3m-browse-url) '((function-item w3m-browse-url)))
|
||||
(function :tag "Other function"))
|
||||
:group 'systemd)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user