this repo has no description
0
fork

Configure Feed

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

:sparkles: using ledger as personal finances

+9
+7
home/emacs/emacs.org
··· 754 754 ("https://github.com/readme.rss" tech dev)))) 755 755 #+end_src 756 756 757 + * Ledger 758 + #+begin_src emacs-lisp 759 + (use-package ledger-mode 760 + :hook 761 + (ledger-mode . company-mode) 762 + (ledger-mode . tulkdan/org-mode-visual-fill)) 763 + #+end_src
+2
home/personal.nix
··· 16 16 eww-wayland 17 17 jetbrains.idea-community 18 18 gnucash 19 + ledger 20 + hledger 19 21 ]; 20 22 21 23 programs.git = {