Add beancount-mode to packages

This commit is contained in:
Antoine Martin 2021-01-13 21:10:23 +01:00
parent 2d0393a33a
commit 6552672943

View file

@ -54,3 +54,6 @@
;; C/C++ mode adds this, and I don't really need it ;; C/C++ mode adds this, and I don't really need it
(package! irony :disable t) (package! irony :disable t)
(package! beancount-mode
:recipe (:host github :repo "beancount/beancount-mode")
:pin "dcb317ed0a7582243f30ffc44aaf31717a81502b")