aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * updates readmeGravatar krazedkrish2015-12-231-1/+6
| |
| * coffee haml sass slim yaml mode iconsGravatar krazedkrish2015-12-236-1/+709
| |
* | Merge pull request #1 from krazedkrish/masterGravatar rho2015-12-233-1/+143
|\| | | | | adds ruby icon
| * updates read meGravatar krazedkrish2015-12-231-0/+1
| |
| * adds ruby iconGravatar krazedkrish2015-12-232-1/+142
|/
* testing xpm renderGravatar rho2015-12-222-9/+74
|
* update readmeGravatar rho2015-12-211-22/+16
|
* adding more mode iconsGravatar rho2015-12-217-0/+412
|
* Change copyright year0.1.0Gravatar Tom Willemse2013-06-021-1/+1
|
* Change name/email add URLGravatar Tom Willemse2013-06-021-2/+3
|
* Remove erroneous assumption from READMEGravatar Tom Willemse2013-06-021-3/+1
|
* Run set-current-mode-icon when startingGravatar Tom Willemse2013-06-021-1/+3
| | | | | Otherwise the currently visited buffer will not have the correct mode icon set.
* Fix auto loadGravatar Tom Willemse2013-06-021-1/+1
| | | | | `mode-icons-mode' is now the main entry point for mode-icons, not `set-current-mode-icon'.
* Add usage instructionsGravatar Tom Willemse2013-06-021-0/+6
|
* Replace README.md with README.orgGravatar Tom Willemse2013-06-022-32/+33
|
* Add minor-modeGravatar Tom Willemse2013-06-021-0/+7
| | | | | The `mode-icons-mode' minor-mode enables/disables the setting of icons for each mode.
* Cleanup codeGravatar Tom Willemse2013-06-021-31/+52
| | | | | | | | | | | | | | | | | | - Enable `lexical-binding'. - Remove `mode-icons--load-file-name' and add `mode-icons--directory'. The directory is what is needed and when developing inside Emacs the `load-file-name' variable isn't available. So now this variable defaults to `default-directory' when being evaluated in a buffer. - Add/improve docstrings. - Simplify `mode-icons'. Don't specify the entire image specification, but just enough for the rest of the code to figure out how to create this specification. `get-icon-display' is then used to create the image specification. - Shorten the `set-mode-icon' function.
* Add icon for org-modeGravatar Tom Willemsen2013-03-232-1/+117
|
* Add autoload cookie, remove hookGravatar Tom Willemsen2012-12-051-2/+1
| | | | | The hook should be set in the user's init file, not in the source file.
* Ignore dist filesGravatar Tom Willemsen2012-11-111-0/+2
|
* Update READMEGravatar Tom Willemsen2012-11-111-0/+20
|
* No need for the -j flagGravatar Tom Willemsen2012-11-111-1/+1
| | | | It was wrong anyway
* Add Makefile with dist ruleGravatar Tom Willemsen2012-11-112-0/+35
| | | | Makes for easy creation of the tar file.
* Add .gitignoreGravatar Tom Willemsen2012-11-101-0/+1
|
* Add READMEGravatar Tom Willemsen2012-11-101-0/+12
|
* Add version headerGravatar Tom Willemsen2012-11-101-0/+1
|
* Add icons and load them from hereGravatar Tom Willemsen2012-11-107-1/+1116
|
* Initial commitGravatar Tom Willemsen2012-11-101-0/+63