build: add nameless as development dependency

This commit is contained in:
contrapunctus 2021-06-09 15:24:54 +05:30
parent 16aefdbd07
commit 613827baed
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ all: setup tangle compile lint
setup:
emacs --batch --eval="(package-initialize)" \
--eval="(mapcar #'package-install '(indent-lint package-lint relint))"
--eval="(mapcar #'package-install '(nameless indent-lint package-lint relint))"
# No -q or -Q without ORG_PATH - if the user has a newer version of
# Org, we want to use it.