This commit is contained in:
2025-10-05 15:21:01 -04:00
parent 757af445e5
commit e0b50d49c0
5 changed files with 39 additions and 1 deletions

View File

@@ -260,6 +260,15 @@
(setq undo-tree-history-directory-alist '(("." . "~/.config/emacs/.cache/undo")))
(global-undo-tree-mode))
(use-package ledger-mode
:ensure t
:custom
((ledger-binary-path "hledger")
(ledger-mode-should-check-version nil)
(ledger-report-auto-width nil)
(ledger-report-links-in-register nil)
(ledger-report-native-highlighting-arguments '("--color=always")))
:mode ("\\.hledger\\'" "\\.ledger\\'"))
;; PATH STUFF --------
(use-package exec-path-from-shell