mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
11 lines
206 B
EmacsLisp
11 lines
206 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/ledger/packages.el
|
|
|
|
(package! ledger-mode)
|
|
|
|
(when (featurep! :editor evil)
|
|
(package! evil-ledger))
|
|
|
|
(when (featurep! :tools flycheck)
|
|
(package! flycheck-ledger))
|