No transparent terminal anymore, added functions to xf86Audioplay/-stop and added some ledger reports for myself
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user