summaryrefslogtreecommitdiff
path: root/lisp/ldg-fonts.el
Commit message (Collapse)AuthorAgeFilesLines
* Implement more efficient completion algorithm. Thanks Thierry! Also remove ↵Craig Earls2013-05-061-35/+8
| | | | multi-comment font-locking for performance reasons.
* Add highlighting for multiple line commentsGeorge Kettleborough2013-04-211-1/+29
|
* Fix comment regex to include all line comment typesGeorge Kettleborough2013-04-111-1/+1
|
* other font cleanupCraig Earls2013-04-051-6/+1
|
* Fixed ledger-font-other line. Thanks Thierry!Craig Earls2013-04-051-1/+3
|
* Fix copy-at-point and more regex consolidation and cleanupCraig Earls2013-04-031-6/+6
|
* Consolidated all major regexes into ldg-regex. Only major exception are the ↵Craig Earls2013-04-021-17/+27
| | | | regex in ledger context at point.
* Fixes bug 904, failure to highly pending postings. Adds two new faces for ↵Craig Earls2013-04-021-9/+22
| | | | pending and cleared posting.
* Oops, forgot a #Craig Earls2013-03-311-1/+1
|
* Correct a solarize faceCraig Earls2013-03-311-1/+1
|
* Finish bug 929 got rid of all references to folding, use narrowing instead.Craig Earls2013-03-231-1/+1
|
* Code commenting cleanup.Craig Earls2013-02-141-15/+24
|
* Add highlighting in the report window if the line is mapped to a fileCraig Earls2013-02-141-0/+5
|
* Face reorganization and better color themeCraig Earls2013-02-111-2/+12
| | | | Moved all face definitions to leg-fonts.el. Change default colors to Solarize color theme http://ethanschoonover.com/solarized
* Fixes bug 885, highlighting was removing boldingCraig Earls2013-02-101-8/+8
| | | | Inadvertantly left a :weight in the highlight face that was over ring the base face weight
* ledger-mode now highlights the xact under point.Craig Earls2013-02-091-0/+5
| | | | This can be configured with ledger-highlight-xact-under-point and ledger-font-highlight-face
* Lisp code cleanupCraig Earls2013-02-051-1/+1
| | | | | | 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
* Add custom faces to the reconcilerCraig Earls2013-02-011-0/+15
|
* Customizable font-lockingCraig Earls2013-01-311-0/+73
Moved font code into separate file. created faces that can be customized in using the emacs customizations menu group ledger-faces