From 86974e5b5aa9f61e8d2a098e686c5b23c10c05ba Mon Sep 17 00:00:00 2001 From: Psionik K <73710933+psionic-k@users.noreply.github.com> Date: Fri, 3 Nov 2023 16:35:28 +0900 Subject: [PATCH] - minor documentation Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com> --- doc/README.org | 5 +---- lisp/erk.el | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/README.org b/doc/README.org index 22fbeb8..52ee2a6 100644 --- a/doc/README.org +++ b/doc/README.org @@ -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 diff --git a/lisp/erk.el b/lisp/erk.el index 23cdcaa..9018652 100644 --- a/lisp/erk.el +++ b/lisp/erk.el @@ -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)