Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.45 KB

freemacs-ledger.org

File metadata and controls

43 lines (33 loc) · 1.45 KB

Ledger Configuration


Install 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