https://github.com/ledger/ledger-mode
Emacs Lisp files for interacting with the C++Ledger accounting system
https://github.com/ledger/ledger-mode
Last synced: about 2 months ago
JSON representation
Emacs Lisp files for interacting with the C++Ledger accounting system
- Host: GitHub
- URL: https://github.com/ledger/ledger-mode
- Owner: ledger
- License: gpl-2.0
- Created: 2016-08-03T00:09:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T18:29:23.000Z (5 months ago)
- Last Synced: 2025-02-22T01:02:03.590Z (about 2 months ago)
- Language: Emacs Lisp
- Size: 7.89 MB
- Stars: 396
- Watchers: 23
- Forks: 75
- Open Issues: 83
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - ledger-mode - Emacs Lisp files for interacting with the C++Ledger accounting system (Emacs Lisp)
- awesome-hledger - Emacs ledger-mode - Most used and maintained helper mode for hledger and Ledger files, but not 100% compatible with hledger. (Text Editor Tools)
README
[](https://github.com/ledger/ledger-mode/actions/workflows/test.yml)
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
[](http://melpa.org/#/ledger-mode)
[](https://stable.melpa.org/#/ledger-mode)ledger-mode
===========This Emacs library provides a major mode for editing files in the
format used by the [`ledger`](https://github.com/ledger/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][melpa] or [MELPA Stable][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`][flycheck-ledger] is
available.[melpa]: https://melpa.org
[melpa-stable]: https://stable.melpa.org
[flycheck-ledger]: https://github.com/purcell/flycheck-ledger