diff --git a/packages.el b/packages.el index 4aa6f6e..6bba80f 100644 --- a/packages.el +++ b/packages.el @@ -54,3 +54,6 @@ ;; C/C++ mode adds this, and I don't really need it (package! irony :disable t) +(package! beancount-mode + :recipe (:host github :repo "beancount/beancount-mode") + :pin "dcb317ed0a7582243f30ffc44aaf31717a81502b")