The Lambda Lab
/
projects
/
elpher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f314ae
)
Small improvements to documentation.
author
Tim Vaughan
<tgvaughan@gmail.com>
Sun, 28 Apr 2019 20:22:06 +0000
(22:22 +0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Sun, 28 Apr 2019 20:22:06 +0000
(22:22 +0200)
README.md
patch
|
blob
|
history
elpher.el
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
0764114
..
533e245
100644
(file)
--- 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
(file)
--- 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)