# Colors contribution layer for Spacemacs **Table of Contents** - [Colors contribution layer for Spacemacs](#colors-contribution-layer-for-spacemacs) - [Description](#description) - [Install](#install) - [Key bindings](#key-bindings) - [Ledger](#ledger) ## Description This layer add finance related packages: - [ledger][] support via [ledger-mode][] ![ledger-mode-img](img/ledger.png) ## Install To use this contribution add it to your `~/.spacemacs` ```elisp (setq-default dotspacemacs-configuration-layers '(finance) "List of contribution to load." ) ``` ## Key bindings ### Ledger Key Binding | Description -------------------|------------------------------------------------------------ SPC m a | add a transaction SPC m d | delete current transaction [ledger]: https://github.com/ledger/ledger [ledger-mode]: https://github.com/ledger/ledger/tree/next/lisp