Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added org-mode package repo fixed coloring with Ag
+ Updated org package source to get up-to-date releases (read here)[http://irreal.org/blog/?p=6899] + Had an issue very similar to what was described (here)[Wilfred/ag.el#124], tracked this down to the fact that Ag major mode inherits from compilation mode. My hook for colorizing the ANSI colors was breaking Ag coloring. Hook now only runs if major mode is compilation-mode. Seems to work for all packages in my normal workflow right now. Note that many people recommend using `compilation-filter-start' variable instead of `(point-min)' and `(point-max)' (see (for example here)[https://stackoverflow.com/questions/13397737/ansi-coloring-in-compilation-mode], but that wasn't working for me. Didn't bother to track down
- Loading branch information