Use beancount module

This commit is contained in:
Antoine Martin 2022-04-12 12:24:26 +02:00
parent 4a37630347
commit 6eae96e76a
2 changed files with 1 additions and 5 deletions

View file

@ -112,7 +112,7 @@
:lang :lang
;;agda ; types of types of types of types... ;;agda ; types of types of types of types...
;;beancount ; mind the GAAP beancount ; mind the GAAP
cc ; C > C++ == 1 cc ; C > C++ == 1
;;clojure ; java with a lisp ;;clojure ; java with a lisp
;;common-lisp ; if you've seen one lisp, you've seen them all ;;common-lisp ; if you've seen one lisp, you've seen them all

View file

@ -52,10 +52,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 "ea8257881b7e276e8d170d724e3b2e179f25cb77")
(package! magit-delta (package! magit-delta
:recipe (:host github :repo "dandavison/magit-delta") :recipe (:host github :repo "dandavison/magit-delta")
:pin "5fc7dbddcfacfe46d3fd876172ad02a9ab6ac616") :pin "5fc7dbddcfacfe46d3fd876172ad02a9ab6ac616")