"A gopher client."
:group 'applications)
+;; Face customizations
+
(defface elpher-index
'((((background dark)) :foreground "deep sky blue")
(((background light)) :foreground "blue"))
'((t :foreground "blue"))
"Face used for brackets around margin key.")
+;; Other customizations
+
(defcustom elpher-open-urls-with-eww nil
"If non-nil, open URL selectors using eww.
Otherwise, use the system browser via the BROWSE-URL function."