Using ledger

This commit is contained in:
Jose 2022-12-14 16:06:41 -03:00
parent 7e7192ce97
commit f1bcc647af
1 changed files with 25 additions and 0 deletions

25
doc/ledger.org Normal file
View File

@ -0,0 +1,25 @@
#+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"