yurikhan / ledger-mode

Emacs Lisp files for interacting with the C++Ledger accounting system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status master License MELPA MELPA Stable

ledger-mode

This Emacs library provides a major mode for editing files in the format used by the ledger command-line accounting system.

It also provides automated support for some ledger workflows, such as reconciling transactions, or running certain reports.

Installation

If you choose not to use one of the convenient packages in MELPA or MELPA Stable, you'll need to add the directory containing ledger-mode.el to your load-path, and then (require 'ledger-mode).

Getting started

ledger-mode will automatically associate itself with .ledger files when installed as a package. We don't have a full guide to using ledger-mode, sorry, but we suggest starting with the general Emacs tricks of C-h m (describe-mode) and browsing the ledger customization group with M-x customize-group.

Related packages

In-buffer checking of formatting and balancing of transactions is available using flycheck-ledger.

About

Emacs Lisp files for interacting with the C++Ledger accounting system

License:GNU General Public License v2.0


Languages

Language:Emacs Lisp 99.0%Language:CMake 0.5%Language:Makefile 0.4%