Additional comments.
[elpher.git] / elpher.el
index 5a977ca..ead20ad 100644 (file)
--- a/elpher.el
+++ b/elpher.el
   "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."