diff --git a/init.el b/init.el index c87c537..745b519 100644 --- a/init.el +++ b/init.el @@ -722,7 +722,8 @@ COMMAND and COMINT are like `compile'." ("gu" "git pull $*") ("gf" "git fetch $*") ("ga" "git add $*") - ("gcm" "git commit -m ${string-join $* \" \"}"))) + ("gcm" "git commit -m ${string-join $* \" \"}") + ("ldg" "ledger -f \"$HOME/docs/finance/finances.ledger\" $*"))) (defun eshell/bm (&optional name) "Change to directory of bookmark NAME. If no name is given, list all bookmarks instead."