refactor(syntax): remove popen package! statement

popen is a dependency of flymake-popen, and is on nongnu-elpa, which
wasn't supported by straight until recently, so the package! statement
is no longer needed.

Ref: 71469d8056
This commit is contained in:
Henrik Lissner 2024-08-15 21:51:54 -04:00
parent 3a2c234b1c
commit e7a5164893
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -7,8 +7,5 @@
(when (modulep! +childframe) (when (modulep! +childframe)
(package! flycheck-posframe :pin "19896b922c76a0f460bf3fe8d8ebc2f9ac9028d8"))) (package! flycheck-posframe :pin "19896b922c76a0f460bf3fe8d8ebc2f9ac9028d8")))
;; Flymake
(when (modulep! +flymake) (when (modulep! +flymake)
;; NOTE: remove when straight bumped to support nonGnuELPA
(package! popon :recipe (:repo "https://codeberg.org/akib/emacs-popon"))
(package! flymake-popon :recipe (:repo "https://codeberg.org/akib/emacs-flymake-popon"))) (package! flymake-popon :recipe (:repo "https://codeberg.org/akib/emacs-flymake-popon")))