Skip to content

Commit

Permalink
Remove depends-on "f" from Eask
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Nov 15, 2023
1 parent 2c5a1e9 commit d93f544
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Eask
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@
(source 'gnu)

(depends-on "emacs" "25.1")
(depends-on "f")
(depends-on "php-runtime")
(depends-on "composer")
(depends-on "async")


(development
(depends-on "php-mode")
(depends-on "buttercup")
)
(depends-on "buttercup"))

(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432

0 comments on commit d93f544

Please sign in to comment.