emacs_tutorial/doc/ledger.org

26 lines
442 B
Org Mode
Raw Normal View History

2022-12-14 20:06:41 +01:00
#+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"