summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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