From 50f549925039cb12e7b382cc4a50c1af1f0e404e Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Sun, 28 Apr 2019 22:22:06 +0200 Subject: [PATCH] Small improvements to documentation. --- README.md | 1 + elpher.el | 3 +++ 2 files changed, 4 insertions(+) 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) -- 2.20.1