mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
11 lines
261 B
EmacsLisp
11 lines
261 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/ledger/packages.el
|
|
|
|
(package! ledger-mode :pin "7d78645479")
|
|
|
|
(when (featurep! :editor evil)
|
|
(package! evil-ledger :pin "7a9f9f5d39"))
|
|
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-ledger :pin "628e25ba66"))
|