From: Tim Vaughan Date: Sun, 28 Apr 2019 20:39:40 +0000 (+0200) Subject: Additional comments. X-Git-Tag: v1.0.0~16 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=5c4b195c03620e675b0fdde96733850846f91d58 Additional comments. --- diff --git a/elpher.el b/elpher.el index 5a977ca..ead20ad 100644 --- a/elpher.el +++ b/elpher.el @@ -111,6 +111,8 @@ "A gopher client." :group 'applications) +;; Face customizations + (defface elpher-index '((((background dark)) :foreground "deep sky blue") (((background light)) :foreground "blue")) @@ -155,6 +157,8 @@ '((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."