Skip to content

Commit 2074b5b

Browse files
committed
Remove dash-function from bootstrap
1 parent bb691e3 commit 2074b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/windows-bootstrap.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
(let* ((package-archives '(("melpa" . "https://melpa.org/packages/")
3333
("gnu" . "http://elpa.gnu.org/packages/")))
34-
(pkgs (append '(dash lsp-mode dash-functional bui f s lsp-treemacs posframe)
34+
(pkgs (append '(dash lsp-mode bui f s lsp-treemacs posframe)
3535
'(ecukes espuds undercover ert-runner))))
3636
(package-initialize)
3737
(package-refresh-contents)

0 commit comments

Comments
 (0)