Skip to content

Commit

Permalink
wrong order in use-package
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Dec 25, 2024
1 parent b3c4a2c commit 151cba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
set -xe

emacs -batch -f package-initialize \
--eval '(use-package :ensure t alert)'
--eval '(use-package alert :ensure t)'

cd test && make test

0 comments on commit 151cba4

Please sign in to comment.