branch: main commit b552c0281318bbde11e618e3101f5bf45dc8c19f Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
* elpa-packages (engine-mode): New package. --- elpa-packages | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/elpa-packages b/elpa-packages index 1d26a5a884..bbeefa71a3 100644 --- a/elpa-packages +++ b/elpa-packages @@ -211,6 +211,10 @@ ;; FIXME: Add this? Depends on the `sqlite3' package, not in NonGNU ELPA. ;; (emacsql-sqlite-module :url "https://github.com/magit/emacsql") + (engine-mode :url "https://github.com/hrs/engine-mode" + :readme "README.md" + :ignored-files ("doc/demo.gif")) + (evil :url "https://github.com/emacs-evil/evil" :ignored-files ("COPYING" "lib" "scripts") :doc "doc/build/texinfo/evil.texi")