spacemacs/layers/finance
person808 c1b6293268 Replace eval-after-load with with-eval-after-load.
We now backport the macro for 24.3 so we can use it everywhere.
2015-10-07 15:51:39 -04:00
..
img
config.el
packages.el Replace eval-after-load with with-eval-after-load. 2015-10-07 15:51:39 -04:00
README.org Update dotspacemacs/config and dotspacemacs/init occurrences 2015-09-28 02:05:18 -04:00

Finance contribution layer for Spacemacs

Description

This layer adds finance related packages:

/TakeV/spacemacs/media/commit/4af3eabc45c02c31b04d7a1fa0a35c51f933a6a7/layers/finance/img/ledger.png

Install

Layer

To use this contribution add it to your ~/.spacemacs

  (setq-default dotspacemacs-configuration-layers '(finance))

Configuration

Ledger

You can set what column transaction posts are aligned to on the right by setting the variable ledger-post-amount-alignment-column in your dotspacemacs/user-config. The default value, set in the layer, is 62.

  (defun dotspacemacs/user-config ()
    (setq ledger-post-amount-alignment-column 68))

Key bindings

Ledger

Key Binding Description
SPC m a add a transaction
SPC m b edit a post amount with Emacs Calculator mode
SPC m c toggle 'cleared' flag on transaction or post
SPC m C sort and align the entire buffer
SPC m d delete current transaction
SPC m p display balance at point
SPC m q align a single transaction's posts
SPC m r reconcile an account
SPC m R display a report
SPC m t append an effective date to a post
SPC m y set the year for quicker entry
SPC m RET set the month for quicker entry