aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-30 08:02:31 -0500
committerCraig Jennings <c@cjennings.net>2026-04-30 08:02:31 -0500
commite4a8deee0b58a80ad2e8232837d6501d08bb7469 (patch)
tree51bc8ec0f82d020f30ef258c8ca06ebb146e140d
parent94ffab27664274f9018bc4c2ca6472ba92c50d00 (diff)
downloadgloss-e4a8deee0b58a80ad2e8232837d6501d08bb7469.tar.gz
gloss-e4a8deee0b58a80ad2e8232837d6501d08bb7469.zip
docs: trim README — drop quick-sdcv comparison + bare-repo aside
-rw-r--r--README.org9
1 files changed, 1 insertions, 8 deletions
diff --git a/README.org b/README.org
index 34ee6fa..1ae334a 100644
--- a/README.org
+++ b/README.org
@@ -9,13 +9,6 @@ A personal Emacs glossary. =C-h g= looks up terms in a single git-tracked org fi
In active development. v1 not yet released. Core features land; first-week shakedown pending. See [[file:docs/design/gloss.org][docs/design/gloss.org]] for the full design and [[file:docs/decisions/][docs/decisions/]] for the recorded ADRs.
-* Why not =quick-sdcv= or =M-x dictionary=?
-:PROPERTIES:
-:CUSTOM_ID: why
-:END:
-
-Domain jargon — government acronyms, technical terms, philosophy vocabulary, project-specific names — doesn't live in any general dictionary, so =quick-sdcv= and =M-x dictionary= can't help. =gloss= grows by use: encounter a term, save it once, and it's permanently looked-up-able and study-card-able.
-
* Features
:PROPERTIES:
:CUSTOM_ID: features
@@ -36,7 +29,7 @@ Domain jargon — government acronyms, technical terms, philosophy vocabulary, p
:CUSTOM_ID: installation
:END:
-Not on MELPA. =gloss= is on GitHub at [[https://github.com/cjennings/gloss]] and on cjennings.net at the bare repo behind the GitHub mirror.
+Not on MELPA. =gloss= is on GitHub at [[https://github.com/cjennings/gloss]].
*Requirements:* Emacs 27.1+, org-mode 9.3+. Online fetching also requires an Emacs built with libxml2 (most distribution builds ship it).