We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f090dd commit e27f34eCopy full SHA for e27f34e
test/windows-bootstrap.el
@@ -31,7 +31,8 @@
31
32
(let* ((package-archives '(("melpa" . "https://melpa.org/packages/")
33
("gnu" . "https://elpa.gnu.org/packages/")))
34
- (pkgs '(dash lsp-mode dash-functional bui f s lsp-treemacs posframe)))
+ (pkgs (append '(dash lsp-mode dash-functional bui f s lsp-treemacs posframe)
35
+ '(ecukes espuds undercover ert-runner))))
36
(package-initialize)
37
(package-refresh-contents)
38
0 commit comments