Skip to content

Commit

Permalink
Update how we access beancount
Browse files Browse the repository at this point in the history
It's now a separate repo.
  • Loading branch information
glasserc committed Nov 1, 2022
1 parent 0a91426 commit 39f000c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dot/emacs.d/lisp/ethan-packages.el
Expand Up @@ -73,8 +73,9 @@
;(use-package moz)
(use-package wgrep)

;; FIXME: This is a hack. Hopefully this becomes packaged in melpa or something.
(use-package beancount
:load-path "/home/ethan/tmp/software/beancount/editors/emacs"
:load-path "/home/ethan/tmp/software/beancount-mode"
:mode "\\.beancount$")

(use-package envrc
Expand Down

0 comments on commit 39f000c

Please sign in to comment.