diff --git a/modules/editor/word-wrap/packages.el b/modules/editor/word-wrap/packages.el index 5b0f9317c..349082221 100644 --- a/modules/editor/word-wrap/packages.el +++ b/modules/editor/word-wrap/packages.el @@ -2,4 +2,6 @@ ;;; editor/word-wrap/packages.el (package! adaptive-wrap :pin "70005d2012ab57c20be03c05aebd49318fe49c99") -(package! visual-fill-column :pin "db7c7c236555c9c684e1294a277efefdc25fa5c4") +(package! visual-fill-column + :recipe (:host github :repo "emacsmirror/visual-fill-column") + :pin "5e74afe39d0afb911dae51af4e7a60ccdf9701f3")