add lisp packages

This commit is contained in:
2020-12-05 21:29:49 +01:00
parent 85e20365ae
commit a6e2395755
7272 changed files with 1363243 additions and 0 deletions

29
lisp/persist/Makefile Normal file
View File

@@ -0,0 +1,29 @@
EMACS ?= emacs
CASK ?= cask
-include makefile-local
ifdef EMACS
EMACS_ENV=EMACS=$(EMACS)
endif
test: install just-test
just-test:
$(EMACS_ENV) $(CASK) emacs --batch -q \
--directory=. \
--load assess-discover.el \
--eval '(assess-discover-run-and-exit-batch t)'
install:
$(EMACS_ENV) $(CASK) install
html:
texi2html persist.texi
push-elpa:
git push elpa HEAD:externals/persist
pull-elpa:
git pull elpa externals/persist