| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup code | 2013-06-02 | 1 | -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-mode | 2013-03-23 | 2 | -1/+117 | |
| | | |||||
| * | Add autoload cookie, remove hook | 2012-12-05 | 1 | -2/+1 | |
| | | | | | | The hook should be set in the user's init file, not in the source file. | ||||
| * | Ignore dist files | 2012-11-11 | 1 | -0/+2 | |
| | | |||||
| * | Update README | 2012-11-11 | 1 | -0/+20 | |
| | | |||||
| * | No need for the -j flag | 2012-11-11 | 1 | -1/+1 | |
| | | | | | It was wrong anyway | ||||
| * | Add Makefile with dist rule | 2012-11-11 | 2 | -0/+35 | |
| | | | | | Makes for easy creation of the tar file. | ||||
| * | Add .gitignore | 2012-11-10 | 1 | -0/+1 | |
| | | |||||
| * | Add README | 2012-11-10 | 1 | -0/+12 | |
| | | |||||
| * | Add version header | 2012-11-10 | 1 | -0/+1 | |
| | | |||||
| * | Add icons and load them from here | 2012-11-10 | 7 | -1/+1116 | |
| | | |||||
| * | Initial commit | 2012-11-10 | 1 | -0/+63 | |
