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