Additional comments.
authorTim Vaughan <tgvaughan@gmail.com>
Sun, 28 Apr 2019 20:39:40 +0000 (22:39 +0200)
committerTim Vaughan <tgvaughan@gmail.com>
Sun, 28 Apr 2019 20:39:40 +0000 (22:39 +0200)
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."