diff options
author | EuAndreh <eu@euandre.org> | 2019-01-20 23:00:42 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-01-20 23:00:42 -0200 |
commit | 1a6d394eb6d7a065b4372595ac2610089e6dafe7 (patch) | |
tree | 50e39481d59e3bf590de0bbbe84cd761b69f9d6c /spacemacs.el | |
parent | Setup newsboat configuration. (diff) | |
download | dotfiles-1a6d394eb6d7a065b4372595ac2610089e6dafe7.tar.gz dotfiles-1a6d394eb6d7a065b4372595ac2610089e6dafe7.tar.xz |
Add ledger alias and helpers.
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spacemacs.el b/spacemacs.el index aa59eec..65a66ce 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -573,6 +573,7 @@ dump." (defvar custom-keybindings '(("→" . (lambda () (interactive) (evil-insert 1))) ("M-ç" . (lambda () (interactive) (find-file "~/annex/txt/TODOs.org"))) + ("M-p" . (lambda () (interactive) (find-file "~/annex/txt/money.ledger"))) ("M-SPC" . (lambda () (interactive) (just-one-space -1))) ("M-[" . (lambda () (interactive) (find-file "~/tmp/scratch.org"))) ("M-]" . (lambda () (interactive) (find-file "~/Nextcloud/Notes/TODOs.txt"))) |