UP | HOME

Ledger Configuration

Table of Contents


Ledger

To conduct plain-text accounting in Emacs, ledger-mode needs to be installed from the package repositories. This mode will create faces for the text and highlight transactions while also providing the functionality to execute ledger reports in an Emacs buffer. No shell needed.

(use-package ledger-mode
  :straight t
  :defer t
  :init
  (whicher "ledger"))

End

(provide 'freemacs-ledger)

;;; freemacs-ledger.el ends here

Date: Time-stamp: <2022-07-21 Thu 18:25>

Author: Thomas Freeman

Created: 2022-07-21 Thu 18:26

Validate