this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:sparkles: configuring hledger in emacs

+8 -1
+8 -1
home/emacs/emacs.org
··· 787 787 (use-package ledger-mode 788 788 :hook 789 789 (ledger-mode . company-mode) 790 - (ledger-mode . tulkdan/org-mode-visual-fill)) 790 + (ledger-mode . tulkdan/org-mode-visual-fill) 791 + :custom 792 + ((ledger-binary-path "hledger") 793 + (ledger-mode-should-check-version nil) 794 + (ledger-report-auto-width nil) 795 + (ledger-report-links-in-register nil) 796 + (ledger-report-native-highlighting-arguments '("--color=always"))) 797 + :mode ("\\.ledger\\'" "\\.journal\\'")) 791 798 #+end_src 792 799 793 800 * Exercism