mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
https://codeberg.org/joostkremers/visual-fill-column@db7c7c236555 -> emacsmirror/visual-fill-column@5e74afe39d codeberg has uptime issues. Where possible, we should prefer Github sources. Fix: #7013
8 lines
282 B
EmacsLisp
8 lines
282 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/word-wrap/packages.el
|
|
|
|
(package! adaptive-wrap :pin "70005d2012ab57c20be03c05aebd49318fe49c99")
|
|
(package! visual-fill-column
|
|
:recipe (:host github :repo "emacsmirror/visual-fill-column")
|
|
:pin "5e74afe39d0afb911dae51af4e7a60ccdf9701f3")
|