diff options
author | Craig Earls <enderw88@gmail.com> | 2014-01-01 13:26:19 -0800 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2014-01-01 13:26:19 -0800 |
commit | 876cfa1f78d4c036332f3d918a88817fe72353e4 (patch) | |
tree | acc405b9370387e21c4a97c3e74776dda8cdcb39 /doc/ledger-mode.texi | |
parent | c00e4eb8c69c5e55a3283cf692df2146c6bc8d9f (diff) | |
parent | e00ed8c77039eb3bee1c4ad70a4c3adb5eb922c9 (diff) | |
download | fork-ledger-876cfa1f78d4c036332f3d918a88817fe72353e4.tar.gz fork-ledger-876cfa1f78d4c036332f3d918a88817fe72353e4.tar.bz2 fork-ledger-876cfa1f78d4c036332f3d918a88817fe72353e4.zip |
Merge pull request #227 from 4ourbit/patch-2
More context-aware ledger pcomplete rules.
Thanks.
Diffstat (limited to 'doc/ledger-mode.texi')
-rw-r--r-- | doc/ledger-mode.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ledger-mode.texi b/doc/ledger-mode.texi index c8af96cb..e81045c6 100644 --- a/doc/ledger-mode.texi +++ b/doc/ledger-mode.texi @@ -175,6 +175,11 @@ typing a close match to the payee. Ledger-mode will call @command{ledger xact} with the data you enter and place the transaction in the proper chronological place in the ledger. +To complete just the part of the transaction where your cursor is at, +Ledger-mode supports Emacs' universal @command{completion-at-point} +command. You may bind this command to @kbd{C-M-i} since this is the +default for Emacs programming modes. + @node Reconciliation, Reports, Quick Add, Quick Demo @subsection Reconciliation @kindex C-c C-r |