From: Tim Vaughan Date: Sun, 28 Apr 2019 20:22:06 +0000 (+0200) Subject: Small improvements to documentation. X-Git-Tag: v1.0.0~17 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=50f549925039cb12e7b382cc4a50c1af1f0e404e Small improvements to documentation. --- diff --git a/README.md b/README.md index 0764114..533e245 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Elpher Elpher aims to provide a full-featured gopher client for GNU Emacs. + It supports: - simple keyboard and mouse-driven browsing, - caching of visited sites, diff --git a/elpher.el b/elpher.el index 3750962..5a977ca 100644 --- a/elpher.el +++ b/elpher.el @@ -43,6 +43,9 @@ ;; page containing information on key bindings and suggested starting ;; points for your gopher exploration. +;; Faces, caching options and start page can be configured via +;; the Elpher customization group in Applications. + ;;; Code: (provide 'elpher)