update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user