summaryrefslogtreecommitdiffstats
path: root/mode-icons.el
Commit message (Collapse)AuthorAgeFilesLines
* Change copyright year0.1.0Gravatar Tom Willemse2013-06-021-1/+1
|
* Change name/email add URLGravatar Tom Willemse2013-06-021-2/+3
|
* 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 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-231-1/+4
|
* 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.
* Add version headerGravatar Tom Willemsen2012-11-101-0/+1
|
* Add icons and load them from hereGravatar Tom Willemsen2012-11-101-1/+5
|
* Initial commitGravatar Tom Willemsen2012-11-101-0/+63