Skip to content

Commit

Permalink
- minor documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Psionik K <[email protected]>
  • Loading branch information
psionic-k committed Nov 3, 2023
1 parent 3ada1ad commit 86974e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions doc/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,13 @@ answer all the questions.
- Expose trivial options where a structural choice has limited them
unnecessarily
- Behave the same, but with a less complicated code
- Guix or other pure dependency management support
- More templates, such as those for dynamic modules or using different CI

Changes will likely be rejected if it is aimed at:

- Non-elisp interfaces meant for invocation outside of Emacs or with scripting
implemented in a language besides elisp.
- Managing dependencies outside of Nix (or other pure dependency management)
expressions
- CI infrastructure support for non-Actions infrastructure (which cannot be
tested in this repo)
- Backwards compatibility for Emacs two versions behind next release. Master,
current stable release, and release - 1 are the only versions being supported
- pre-flake Nix support
Expand Down
1 change: 1 addition & 0 deletions lisp/erk.el
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ what to do with it (yet). Returns `(def . name)' form."
(backward-sexp)
(backward-sexp)
(forward-sexp)))
;; TODO test templates configuration
(let ((before (format "\n\n(ert-deftest %s-test ()\n (should (%s" fun fun))
(after ")))"))
(insert before)
Expand Down

0 comments on commit 86974e5

Please sign in to comment.