Skip to content

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

License

Notifications You must be signed in to change notification settings

ledger/ledger-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d9b6648 · Mar 17, 2025
Mar 13, 2025
Mar 20, 2024
Mar 17, 2025
Dec 4, 2023
Jul 6, 2024
Apr 20, 2020
Mar 28, 2020
Jan 31, 2017
Oct 7, 2024
Nov 10, 2023
Mar 22, 2024
May 27, 2024
Mar 15, 2025
Apr 11, 2024
Mar 17, 2025
Mar 18, 2024
Aug 26, 2018
Oct 7, 2024
Apr 11, 2024
Aug 4, 2024
Mar 17, 2025
Mar 26, 2024
May 27, 2024
Mar 17, 2025
Mar 13, 2025
Jul 6, 2024
Apr 16, 2024
Mar 17, 2025
Mar 17, 2025
Nov 29, 2023
Mar 17, 2025
Mar 17, 2025

Repository files navigation

Build Status 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).

Configuring completion

Earlier ledger-mode versions had an always-on TAB completion system, but now the code uses the standard Emacs completion-at-point system for compatibility with all completion UIs, e.g. company or helm.

See the "Adding Transactions" section of the ledger-mode Info manual for more information.

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages