diff --git a/doc/ledger.org b/doc/ledger.org new file mode 100644 index 0000000..27372d0 --- /dev/null +++ b/doc/ledger.org @@ -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"