aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Add CHANGELOGGravatar Tom Willemse2016-01-211-0/+28
| | | |
| * | | Add commentary section to packageGravatar Tom Willemse2016-01-211-0/+26
| | | |
| * | | Remove superfluous newlineGravatar Tom Willemse2016-01-211-1/+0
| | | |
| * | | Add alternate names for some modesGravatar Tom Willemse2016-01-211-0/+2
| | | |
| * | | Merge remote-tracking branch 'rhoit/master'Gravatar Tom Willemse2016-01-2121-31/+2405
| |\ \ \
| | * \ \ Merge pull request #8 from mattfidler/masterGravatar rho2016-01-212-0/+142
| | |\ \ \ | | | | | | | | | | | | Add R
* | | | | | Make minor-modes have menus by using `compose-region'Gravatar Matthew L. Fidler2016-02-111-23/+24
| | | | | | | | | | | | | | | | | | | | | | | | Also make every system register the font for the icon
* | | | | | Add more icons, remove non-functioning propertiesGravatar Matthew L. Fidler2016-02-101-12/+9
| | | | | |
* | | | | | Add font awesome to optionsGravatar Matthew L. Fidler2016-02-101-0/+1
| | | | | |
* | | | | | Add calculatorGravatar Matthew L. Fidler2016-02-101-0/+1
| | | | | |
* | | | | | Diminish Flyspell and Org-Indent minor-modeGravatar Matthew L. Fidler2016-02-101-2/+1
| | | | | |
* | | | | | Add auto-revert-modeGravatar Matthew L. Fidler2016-02-101-0/+1
| | | | | |
* | | | | | Add FontAwesome fontsGravatar Matthew L. Fidler2016-02-101-9/+19
| | | | | |
* | | | | | Add Scala from Fizzed fontGravatar Matthew L. Fidler2016-02-091-0/+3
| | | | | |
* | | | | | Allow mode-icons fonts to work in windowsGravatar Matthew L. Fidler2016-02-091-21/+54
| | | | | |
* | | | | | Make sure text is supportedGravatar Matthew L. Fidler2016-02-091-0/+1
| | | | | |
* | | | | | Fix some typosGravatar Matthew L. Fidler2016-02-091-1/+1
| | | | | |
* | | | | | Add font-based icons for supported platforms & jpg supportGravatar Matthew L. Fidler2016-02-091-3/+14
| | | | | |
* | | | | | Add mode-icons-p propertyGravatar Matthew L. Fidler2016-02-091-5/+11
| | | | | |
* | | | | | Remove face, just add the font property.Gravatar Matthew L. Fidler2016-02-071-12/+35
| | | | | |
* | | | | | Add isearch to ignored listGravatar Matthew L. Fidler2016-02-051-1/+1
| | | | | |
* | | | | | Try to add octicons support.Gravatar Matthew L. Fidler2016-02-051-3/+20
| |_|_|_|/ |/| | | | | | | | | | | | | | Messages work, but mode-icon is not supported right.
* | | | | Take out the diminished modesGravatar Matthew L. Fidler2016-01-251-1/+3
| |_|_|/ |/| | |
* | | | Fix the diminished modes so they display nothingGravatar Matthew L. Fidler2016-01-221-9/+9
| | | |
* | | | Fix mode-icons to work better with vanilla emacsGravatar Matthew L. Fidler2016-01-221-9/+12
| | | |
* | | | Fix mode-icons for standard mode-lineGravatar Matthew L. Fidler2016-01-221-8/+54
| | | |
* | | | Take out tabs; Add local variable that forbids tabsGravatar Matthew L. Fidler2016-01-221-28/+31
| | | |
* | | | Add force-mode-line-updateGravatar Matthew L. Fidler2016-01-221-1/+1
| | | |
* | | | Fix jpeg typoGravatar Matthew L. Fidler2016-01-221-1/+1
| | | |
* | | | Use force-mode-line-updateGravatar Matthew L. Fidler2016-01-221-1/+2
| | | |
* | | | Reverse mode-line-icons modeGravatar Matthew L. Fidler2016-01-221-3/+24
| | | |
* | | | Allow regular expression matching.Gravatar Matthew L. Fidler2016-01-221-2/+10
| | | |
* | | | Add customize group and separation optionsGravatar Matthew L. Fidler2016-01-221-9/+32
| | | |
* | | | Add icons for minor modesGravatar Matthew L. Fidler2016-01-221-1/+30
| | | |
* | | | Add mode-icons prefix to functionsGravatar Matthew L. Fidler2016-01-211-13/+14
| |_|/ |/| |
* | | Add R iconGravatar Matthew L. Fidler2016-01-202-1/+142
| | |
* | | Add RGravatar Matthew L. Fidler2016-01-201-0/+1
| |/ |/|
* | Merge pull request #7 from krazedkrish/masterGravatar rho2016-01-183-0/+445
|\ \ | | | | | | adds infruby and rails icon
| * | adds infruby and rails iconGravatar krazedkrish2016-01-183-0/+445
| | |
* | | Merge pull request #6 from krazedkrish/masterGravatar rho2016-01-144-138/+402
|\| | | | | | | | xml mode icon and ruby icon update
| * | adds term iconGravatar krazedkrish2016-01-142-0/+80
| | |
| * | adds xml iconGravatar krazedkrish2016-01-142-1/+94
| | |
| * | updates ruby iconGravatar krazedkrish2016-01-141-137/+228
|/ /
* | fix for web-mode/htmlGravatar rho2016-01-111-0/+1
| |
* | icons updatesGravatar rho2016-01-064-0/+302
| |
* | adding yas iconGravatar rho2015-12-242-12/+84
| |
* | clean upGravatar rho2015-12-235-180/+1
| |
* | Merge pull request #5 from krazedkrish/masterGravatar rho2015-12-231-0/+1
|\ \ | | | | | | adds sass icon for SCSS mode
| * | adds sass icon for SCSS modeGravatar krazedkrish2015-12-231-0/+1
| | |
* | | Merge pull request #3 from krazedkrish/masterGravatar rho2015-12-237-2/+715
|\| | | | | | | | adds coffee haml yaml slim sass icons