Set accounts file and pedantic mode for ledger-mode

This commit is contained in:
Jaden Provost Maxwell-Comfort 2024-04-01 11:32:53 -07:00
parent 42ce506449
commit 00607639e3

View File

@ -201,7 +201,10 @@ Ledger is a Unix program that implements a finance tracking system or /ledger/.
#+begin_src emacs-lisp
(use-package ledger-mode
:mode ("\\.ledger\\'"))
:mode ("\\.ledger\\'")
:config
(setq ledger-report-use-strict t
ledger-accounts-file (file-truename "~/Dropbox/Ledger/accounts.ledger")))
#+end_src
** Ebuild