summaryrefslogtreecommitdiff
path: root/lisp/ldg-occur.el
Commit message (Collapse)AuthorAgeFilesLines
* Code commenting cleanup.Craig Earls2013-02-141-22/+23
|
* Comment and code cleanupCraig Earls2013-02-121-11/+10
|
* Face reorganization and better color themeCraig Earls2013-02-111-10/+0
| | | | Moved all face definitions to leg-fonts.el. Change default colors to Solarize color theme http://ethanschoonover.com/solarized
* ledger-mode now highlights the xact under point.Craig Earls2013-02-091-18/+1
| | | | This can be configured with ledger-highlight-xact-under-point and ledger-font-highlight-face
* Merge pull request #152 from vanicat/t/occur-bugsCraig Earls2013-02-091-22/+24
|\ | | | | T/occur bugs
| * In ledger-occur, hide nothing if there is no matchRémi Vanicat2013-02-091-19/+20
| | | | | | | | | | | | | | This could cause error when reconciling transaction that are included. Some message should be shown to explain why nothing happen when interactively call ledger-occur.
| * Unconditionally activate the occur stuff in ledger-occur-modeRémi Vanicat2013-02-091-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Well, we still deactivate it when regex is nil, but the function should not look at previous value of ledger-occur-mode: - the interactive function (ledger-occur) already do it, we don't need to do it there, - caller that want to deactivate the occur stuff only have to call ledger-occur with a nil regex - the old behavior make ledger-reconcile to turn off occur stuff if it was already turn on, when what we do want is that the occur stuff change to the new account.
* | Cleaned up a defcustom that was lacking a typeCraig Earls2013-02-091-0/+1
|/
* Corrected reentering when entering leg-occur modeCraig Earls2013-02-081-2/+3
|
* Code cleanup to get rid of some elisp compiler warnings.Craig Earls2013-02-051-9/+9
|
* Enh 246 add code folding to ledger modeCraig Earls2013-02-051-0/+252
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