Files
doomemacs/modules/lang/beancount
Henrik Lissner febe4a7403 Fix #5035: assocate *.beancount with beancount-mode
Otherwise, use-package implicitly associates *.beancount with
a function called `beancount`, which does not exist.
2021-05-11 16:22:00 -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