X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=elpher.el;h=ead20ada5777ca75392e3cbc67999d13f2fd5a9c;hb=5c4b195c03620e675b0fdde96733850846f91d58;hp=5a977cabcafa8d1c9c28849eefffe97eb0ae74d9;hpb=50f549925039cb12e7b382cc4a50c1af1f0e404e;p=elpher.git 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."