#+date: 2022-11-10 #+options: toc:nil num:nil author:nil * Using ~ledger~ within emacs Ledger is a command line accounting tool. There is an emacs package that can begin useful to use ~ledger~ within emacs. #+begin_src bash pacman -S ledger #+end_src : M-x #+begin_src emacs-lisp package-install \ ledger-mode #+end_src Check ledger documentation in emacs: : C-h i And then, use ~m~ in the modeline to search for "Ledger mode"