Added ledger alias
This commit is contained in:
parent
6ba6387a91
commit
7e74510701
3
init.el
3
init.el
@ -722,7 +722,8 @@ COMMAND and COMINT are like `compile'."
|
|||||||
("gu" "git pull $*")
|
("gu" "git pull $*")
|
||||||
("gf" "git fetch $*")
|
("gf" "git fetch $*")
|
||||||
("ga" "git add $*")
|
("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)
|
(defun eshell/bm (&optional name)
|
||||||
"Change to directory of bookmark NAME.
|
"Change to directory of bookmark NAME.
|
||||||
If no name is given, list all bookmarks instead."
|
If no name is given, list all bookmarks instead."
|
||||||
|
Loading…
Reference in New Issue
Block a user