diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-12-10 23:56:45 +0000 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2020-12-11 12:01:30 +0530 |
commit | 72e3614666b8ffb7ecc568cbf4ba18874b9d8750 (patch) | |
tree | 4f688540e4f0cfc34f63145d5e03018a4d426865 /gnu | |
parent | f3bfeef5406ee39834f97f3f9555a1da68fa460c (diff) |
gnu: emacs-elpher: Mention gemini in synopsis and description.
* gnu/packages/emacs-xyz.scm (emacs-elpher)[synopsis, description]: Mention
gemini support to help those searching for gemini clients.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 24cd0173ce..1f6deb75e4 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -22702,10 +22702,10 @@ it forcibly (lambda _ (invoke "makeinfo" "elpher.texi")))))) (home-page "gopher://thelambdalab.xyz/1/projects/elpher/") - (synopsis "Gopher client for Emacs") - (description "Elpher is a full-featured gopher client for Emacs. Its -features include intuitive keyboard and mouse-driven browsing, out-of-the-box -compatibility with evil-mode, clickable web and gopher links in plain text, + (synopsis "Gopher and gemini client for Emacs") + (description "Elpher is a full-featured gopher and gemini client for +Emacs. Its features include intuitive keyboard and mouse-driven browsing, +out-of-the-box compatibility with evil-mode, clickable links in plain text, caching of visited sites, pleasant and configurable visualization of Gopher directories, direct visualisation of image files, jumping directly to links by name (with autocompletion), a simple bookmark management system and |