Use beancount module
This commit is contained in:
parent
4a37630347
commit
6eae96e76a
2
init.el
2
init.el
|
@ -112,7 +112,7 @@
|
|||
|
||||
:lang
|
||||
;;agda ; types of types of types of types...
|
||||
;;beancount ; mind the GAAP
|
||||
beancount ; mind the GAAP
|
||||
cc ; C > C++ == 1
|
||||
;;clojure ; java with a lisp
|
||||
;;common-lisp ; if you've seen one lisp, you've seen them all
|
||||
|
|
|
@ -52,10 +52,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 "ea8257881b7e276e8d170d724e3b2e179f25cb77")
|
||||
|
||||
(package! magit-delta
|
||||
:recipe (:host github :repo "dandavison/magit-delta")
|
||||
:pin "5fc7dbddcfacfe46d3fd876172ad02a9ab6ac616")
|
||||
|
|
Loading…
Reference in a new issue