spacemacs/contrib/finance
Diego Berrocal 460ce54006 Org conversion of all READMEs ! 2015-06-11 21:31:42 -04:00
..
img Move ledger to new finance layer 2015-02-09 22:14:18 -05:00
README.org Org conversion of all READMEs ! 2015-06-11 21:31:42 -04:00
config.el Refactor one more time the auto-completin macros 2015-04-09 00:03:51 -04:00
packages.el Evilify ledger report mode 2015-06-08 01:01:21 -04:00

README.org

Finance contribution layer for Spacemacs

Table of Contents   TOC@4

Description

This layer adds finance related packages:

/TakeV/spacemacs/media/commit/61062f5b1415a9c09150acd6f342935aa7485e56/contrib/finance/img/ledger.png

Install

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

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

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