| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
This can be configured with ledger-highlight-xact-under-point and ledger-font-highlight-face
|
| |
|
| |
|
|
|
|
| |
ledger-add-entry now checks to see if more than the date was given at the prompt. If there is only a date it inserts the dat at the correct place in the ledger and puts the point at the end of the line for entering transaction details
|
|
|
|
|
|
| |
Most of the files have been touched several times and the indentation structure
was wrong. I ran all the files through the emacs indent region function to get back to
a baseline
|
|
|
|
| |
Based on loccur. Hides everything but the xacts that match a regex. Linked to reconcile mode so that when you reconcile an account on xacts with that account are shown. Documentation updated
|
|
|
|
|
| |
editing the amount with calc is too cool for school. I can't believe I didn't see it before.
It is in the docs now as well.
|
|
|
|
|
| |
The fancy lambdas detecting whether or not the command could be run weren't passing interactive
arguments
|
|
|
|
|
|
|
| |
Altered menu creation so that menu functions are disable if there is no ledger executable available
command keys will also warn if ledger isn't working
remove a debug message from leg-sort
|
|
|
|
|
|
| |
C-c C-s now bound to ledger-sort-region. ledger-sort-region is smart and
find the beginning of the first xact within the region and the beginning of
the first xact AFTER the region so that it can keep posing structure intact
|
|\ |
|
| |
| |
| |
| |
| | |
Moved font code into separate file. created faces that can be customized in
using the emacs customizations menu group ledger-faces
|
|/ |
|
|
|
|
|
| |
This function was never defined and appeared to nothing. I caused errors
on some system by not existing.
|
| |
|
|
|
|
| |
Also adds current year and month to the entry prompt.
|
|
|
|
| |
thanks to dk for the is-std defun.
|
|
|
|
|
|
| |
copied ledger-iterate-entries, ledger-set-year and ledger-set-month
from the old ledger.el. Changed ledger-add-entry to use
ledger-exec-ledger vice the old ledger-run-ledger.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|