8 lines
203 B
EmacsLisp
8 lines
203 B
EmacsLisp
|
;; -*- no-byte-compile: t; -*-
|
||
|
;;; lang/beancount/packages.el
|
||
|
|
||
|
(package! beancount
|
||
|
:recipe (:host github
|
||
|
:repo "beancount/beancount-mode")
|
||
|
:pin "3c04745fa539c25dc007683ad257239067c24cfe")
|