No transparent terminal anymore, added functions to xf86Audioplay/-stop and added some ledger reports for myself

This commit is contained in:
Tuan-Dat Tran
2018-05-04 23:36:09 +02:00
parent d37e63a135
commit dfea422cfc
3 changed files with 7 additions and 4 deletions

View File

@@ -2,12 +2,13 @@
(custom-set-variables
'(ledger-reports
(quote
(("schulden" "ledger -f /home/tuan/Nextcloud/orgs/Budget/MyBudget.ledger bal ^Schulden")
("acclist" "ledger -f /home/tuan/Nextcloud/orgs/Budget/MyBudget.ledger accounts")
(("schulden" "%(binary) -f %(ledger-file) bal ^Schulden")
("acclist" "%(binary) -f %(ledger-file) accounts")
("spendable" "%(binary) -f %(ledger-file) reg Girokonto$ Brieftasche$")
("monthly" "%(binary) -f %(ledger-file) -M --period-sort \"amount\" reg ^Ausgaben")
("bal" "%(binary) -f %(ledger-file) bal")
("reg" "%(binary) -f %(ledger-file) reg")
("payee" "%(binary) -f %(ledger-file) reg @%(payee)")
("account" "%(binary) -f %(ledger-file) reg %(account)")))))
("acc" "%(binary) -f %(ledger-file) reg %(account)"))))
)
#+END_SRC