ledger/ledger-mode

Name: ledger-mode

Owner: Ledger

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

Created: 2016-08-03 00:09:56.0

Updated: 2018-05-20 05:34:55.0

Pushed: 2018-05-24 16:08:14.0

Homepage: null

Size: 7783

Language: Emacs Lisp

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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. ledger-mode includes documentation in info format, accessible through Emacs with C-h i. The info chapter includes a quick demo as well as more extensive documentation.

Related packages

In-buffer checking of formatting and balancing of transactions is available built-in for Emacs version 26 and later using flymake-mode. For flycheck users (and users of Emacs 25 and earlier), flycheck-ledger is available.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.