doomemacs/modules/lang/beancount
Henrik Lissner ebc5a5ff1e lang/beancount: fix config & more electricity
+ Adds electric alignment of amounts on RET
+ Fixes all of beancount's config (which was running because the package
  is called beancount, not beancount-mode)
+ Fixes flood of "invalid face org-level-N" warnings
+ Fixes beancount-electric-currency for appending currency to unlabelled
  amounts. Also enables this to fall back to first operating_currency in
  document, in available
+ Binds TAB to beancount-outline-cycle on outline heading, otherwise
  indent-according-to-mode. No need for completion popup when company
  already provides this.
2021-04-15 14:19:18 -04:00
..
autoload.el Add :lang beancount module 2021-04-14 23:31:13 -04:00
config.el lang/beancount: fix config & more electricity 2021-04-15 14:19:18 -04:00
packages.el Add :lang beancount module 2021-04-14 23:31:13 -04: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