branch: externals/transient commit 92f569e9b3bfe5c6cc5b15d15f408e98cd7df762 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Move library and manual to top-level This is the beginning of the branch dedicated to releasing to GNU Elpa. Elpa expects libraries and manuals to be located at the top-level, so that's what we do here. After every release "master" is merged into this branch. --- lisp/transient.el => transient.el | 0 docs/transient.texi => transient.texi | 0 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/lisp/transient.el b/transient.el similarity index 100% rename from lisp/transient.el rename to transient.el diff --git a/docs/transient.texi b/transient.texi similarity index 100% rename from docs/transient.texi rename to transient.texi