From 4daecc8c3957f4e6355c9591bb5fccd481933b58 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 9 Jun 2026 14:15:52 -0500 Subject: docs(elisp): name eask as the build tool, not eldev The real elisp packages drive eask in their Makefiles, but the bundle listed eldev as a build tool and left eask out, pointing a fresh session at the wrong tool. --- languages/elisp/CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'languages/elisp') diff --git a/languages/elisp/CLAUDE.md b/languages/elisp/CLAUDE.md index 2562695..cd28279 100644 --- a/languages/elisp/CLAUDE.md +++ b/languages/elisp/CLAUDE.md @@ -24,7 +24,7 @@ make compile # Byte-compile (writes .elc) make lint # checkdoc + package-lint + elisp-lint ``` -Alternative build tools: `eldev`, `cask`, or direct `emacs --batch` invocations. +Build/dependency tool: `eask` (used by the real packages). Alternatives: `cask`, `eldev`, or direct `emacs --batch` invocations. ## Language Rules -- cgit v1.2.3