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:
parent
3a2c234b1c
commit
e7a5164893
1 changed files with 0 additions and 3 deletions
|
@ -7,8 +7,5 @@
|
|||
(when (modulep! +childframe)
|
||||
(package! flycheck-posframe :pin "19896b922c76a0f460bf3fe8d8ebc2f9ac9028d8")))
|
||||
|
||||
;; 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")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue