Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finished changing name to ledger-* | Craig Earls | 2013-07-02 | 1 | -68/+0 |
| | | | | All files and references changed ldg-* to ledger-* | ||||
* | Refactoring and style. | Craig Earls | 2013-04-10 | 1 | -20/+21 |
| | |||||
* | Consolidated all major regexes into ldg-regex. Only major exception are the ↵ | Craig Earls | 2013-04-02 | 1 | -1/+3 |
| | | | | regex in ledger context at point. | ||||
* | Lots of code cleanup. (if () (progn …) ==> (when () …) all over the ↵ | Craig Earls | 2013-03-25 | 1 | -13/+9 |
| | | | | place | ||||
* | Restructured customization groups. Completed initial draft of ledger-mode ↵ | Craig Earls | 2013-02-27 | 1 | -1/+1 |
| | | | | documentation | ||||
* | Ledger-mode now automatically configures itself for --decimal-comma if that ↵ | Craig Earls | 2013-02-25 | 1 | -12/+12 |
| | | | | option is set in ~/.ledgerrc | ||||
* | ledger-mode now automatically loads and parses the init file. | Craig Earls | 2013-02-23 | 1 | -11/+18 |
| | | | | Currently only pays attention to decimal-comma | ||||
* | Initial commit of environment handling | Craig Earls | 2013-02-23 | 1 | -0/+62 |
Reads and parses .ledgerc to an alist |