mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-07 14:21:47 -08:00
emacs-evil/evil-collection@faed16f485 -> emacs-evil/evil-collection@1bfa8174ea emacs-evil/evil@334a636621 -> emacs-evil/evil@729d9a58b3 emacsmirror/visual-fill-column@e391b52922 -> emacsmirror/visual-fill-column@e1be9a1545 https://github.com/emacs-tree-sitter/treesit-fold@67b3e63eacd9 -> https://github.com/emacs-tree-sitter/treesit-fold@8182ae243a57 jscheid/dtrt-indent@9108979357 -> jscheid/dtrt-indent@7c372bec8d magnars/multiple-cursors.el@89f1a8df9b -> magnars/multiple-cursors.el@9017f3be6b matsievskiysv/vimish-fold@a6501cbfe3 -> matsievskiysv/vimish-fold@f71f374d28 radian-software/apheleia@f1d36031fc -> radian-software/apheleia@436cd94b3e
16 lines
633 B
EmacsLisp
16 lines
633 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; editor/whitespace/packages.el
|
|
|
|
(when (modulep! +guess)
|
|
(package! dtrt-indent :pin "7c372bec8d84c247e4bd0d5599024d66ee300429"))
|
|
|
|
(when (modulep! +trim)
|
|
(package! ws-butler
|
|
;; REVIEW: emacsmirror/nongnu_elpa serves this package from a branch. To stop
|
|
;; Straight from clobbering a single repo for multiple packages, we must be
|
|
;; explicit to force it to clone it multiple times.
|
|
:recipe (:host github
|
|
:repo "emacsmirror/nongnu_elpa"
|
|
:branch "elpa/ws-butler"
|
|
:local-repo "ws-butler")
|
|
:pin "67c49cfdf5a5a9f28792c500c8eb0017cfe74a3a"))
|