Allow Elisp linting to run concurrently with Emacs init
No reason for init-emacs to block lint-elisp.
This commit is contained in:
parent
baf08416cf
commit
6961948da5
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ let
|
||||||
./emacs/.emacs.d/wpc/*.el
|
./emacs/.emacs.d/wpc/*.el
|
||||||
'';
|
'';
|
||||||
label = ":gnu: lint Emacs";
|
label = ":gnu: lint Emacs";
|
||||||
depends_on = "init-emacs";
|
depends_on = "build-briefcase";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
key = "build-socrates";
|
key = "build-socrates";
|
||||||
|
|
Loading…
Reference in a new issue