diff --git a/init.el b/init.el index 80783f0..062ccce 100644 --- a/init.el +++ b/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 diff --git a/packages.el b/packages.el index 09fa0dc..3d07fbb 100644 --- a/packages.el +++ b/packages.el @@ -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")