summaryrefslogtreecommitdiff
path: root/lisp/ledger-init.el
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
| | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/"
* Doc string cleanup.Craig Earls2014-12-011-1/+5
|
* Indent & untabifythdox2014-05-171-21/+21
| | | | | | | M-x mark-whole-buffer M-x indent-region M-x mark-whole-buffer M-x untabify
* Update old FSF addressJamie Nguyen2014-03-231-2/+2
|
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* ledger-mode: Introduce `ledger-default-date-format'.Moritz Ulrich2013-12-301-0/+2
| | | | | | Some elisp functions depend on a date-format supplied in ~/.ledgerrc. Change these by introducing a default ("%Y/%m/%d"). Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* Reload init when calling ledger-init-load-init-file again.RĂ©mi Vanicat2013-11-261-1/+2
| | | | | | When the ledger-init-load-init-file was called again, it used to parse ledger init file, and to throw away the result. No you can use it to load this file again when you have change something in it.
* Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-021-21/+21
| | | | | | | | Conflicts: lisp/ledger-init.el lisp/ledger-mode.el lisp/ledger-reconcile.el lisp/ledger-schedule.el
* Finished changing name to ledger-*Craig Earls2013-07-021-0/+68
All files and references changed ldg-* to ledger-*