doomemacs/modules/lang/beancount
Henrik Lissner fb8d540422 refactor!(beancount): disable explicit currency
BREAKING CHANGE: If `beancount-electric-currency` is non-nil, the
currency is appended to transactions, falling back to the ledger's
"operating_currency" option, even in cases where a currency was not
explicitly needed (e.g. only one currency specified for an account).
After receiving input from beancount-mode's author, I reconsidered its
utility and decided to remove it.

Ref beancount/beancount-mode#19
2021-09-30 15:07:21 +02:00
..
autoload.el Add :lang beancount module 2021-04-14 23:31:13 -04:00
config.el refactor!(beancount): disable explicit currency 2021-09-30 15:07:21 +02:00
packages.el bump: :lang beancount 2021-09-30 15:06:34 +02:00
README.org Add :lang beancount module 2021-04-14 23:31:13 -04:00

lang/beancount

Description

This module adds support for Beancount to Emacs. Beancount, like ledger, lets you manage your money in plain text.

Maintainers

This module has no dedicated maintainers.

Module Flags

  • +lsp Enable support for [beancount-language-server]. Requires Doom's :tools lsp module.

Plugins

Hacks

  • Associates the material attach_money icon with *.beancount files in the all-the-icons package.

Prerequisites

This module has no hard prerequisites, but assumes you have beancount installed in order to generate reports with bean-report.

Also: the beancount-fava command requires fava.

TODO Features

TODO Configuration

TODO Troubleshooting