From 5c4b195c03620e675b0fdde96733850846f91d58 Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Sun, 28 Apr 2019 22:39:40 +0200 Subject: [PATCH] Additional comments. --- elpher.el | 4 ++++ 1 file changed, 4 insertions(+) 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." -- 2.20.1