Commit graph

306 commits

Author SHA1 Message Date
Matthew L. Fidler
f1dea72cf6 Fix jpeg typo 2016-01-22 11:33:24 -06:00
Matthew L. Fidler
9e4d51fea0 Use force-mode-line-update 2016-01-22 11:32:49 -06:00
Matthew L. Fidler
220b53964f Reverse mode-line-icons mode 2016-01-22 10:47:32 -06:00
Matthew L. Fidler
150f27878e Allow regular expression matching. 2016-01-22 09:44:27 -06:00
Matthew L. Fidler
423d5a5868 Add customize group and separation options 2016-01-22 09:31:03 -06:00
Matthew L. Fidler
74702c8bc7 Add icons for minor modes 2016-01-22 00:23:45 -06:00
Matthew L. Fidler
34416c4643 Add mode-icons prefix to functions 2016-01-21 22:50:31 -06:00
055e9a6b81 Add CHANGELOG 2016-01-21 22:46:03 +01:00
1d0f1b529f Add commentary section to package 2016-01-21 22:07:28 +01:00
14c080aff0 Remove superfluous newline 2016-01-21 21:50:38 +01:00
1b22bd189f Add alternate names for some modes 2016-01-21 21:49:57 +01:00
ae673c1486 Merge remote-tracking branch 'rhoit/master' 2016-01-21 21:27:03 +01:00
rho
a7823f88ee Merge pull request #8 from mattfidler/master
Add R
2016-01-21 11:44:06 +05:45
Matthew L. Fidler
0e649a218e Add R icon 2016-01-20 15:32:32 -06:00
Matthew L. Fidler
15c5656663 Add R 2016-01-20 15:20:24 -06:00
rho
eaad6edccb Merge pull request #7 from krazedkrish/master
adds infruby and rails icon
2016-01-18 22:35:39 +05:45
krazedkrish
4e4edbf21a adds infruby and rails icon 2016-01-18 13:16:06 +05:45
rho
742497c8a6 Merge pull request #6 from krazedkrish/master
xml mode icon and ruby icon update
2016-01-14 15:38:24 +05:45
krazedkrish
6fe4d8f2f7 adds term icon 2016-01-14 15:18:19 +05:45
krazedkrish
19c761335d adds xml icon 2016-01-14 14:06:22 +05:45
krazedkrish
5d3b862dc5 updates ruby icon 2016-01-14 13:57:23 +05:45
rho
cc8f7bf0bd fix for web-mode/html 2016-01-11 16:01:52 +05:45
rho
54d967e0fa icons updates 2016-01-06 11:34:14 +05:45
rho
c5b41fa9b8 adding yas icon 2015-12-24 11:24:38 +05:45
rho
eb94d3c50b clean up 2015-12-23 22:54:15 +05:45
rho
0bb4f3db12 Merge pull request #5 from krazedkrish/master
adds sass icon for SCSS mode
2015-12-23 22:45:59 +05:45
krazedkrish
6543a19968 adds sass icon for SCSS mode 2015-12-23 16:05:22 +05:45
rho
3d955be810 Merge pull request #3 from krazedkrish/master
adds coffee haml yaml slim sass icons
2015-12-23 15:59:13 +05:45
krazedkrish
ccb261e959 updates readme 2015-12-23 15:51:49 +05:45
krazedkrish
6d838c9ba5 coffee haml sass slim yaml mode icons 2015-12-23 15:41:44 +05:45
rho
70af1a4d30 Merge pull request #1 from krazedkrish/master
adds ruby icon
2015-12-23 14:18:47 +05:45
krazedkrish
38be02ed87 updates read me 2015-12-23 12:45:25 +05:45
krazedkrish
5ad6e6eb5c adds ruby icon 2015-12-23 11:57:18 +05:45
rho
1bbf5883fe testing xpm render 2015-12-22 12:15:52 +05:45
rho
af7ae0e9ba update readme 2015-12-21 16:11:39 +05:45
rho
98ff5f3080 adding more mode icons 2015-12-21 16:04:20 +05:45
cbf412d0c4 Change copyright year 2013-06-02 14:48:00 +02:00
fe438f83e1 Change name/email add URL 2013-06-02 14:45:06 +02:00
2017ef6a75 Remove erroneous assumption from README 2013-06-02 14:33:26 +02:00
2aef75d781 Run set-current-mode-icon when starting
Otherwise the currently visited buffer will not have the correct mode
icon set.
2013-06-02 14:29:47 +02:00
4252201783 Fix auto load
`mode-icons-mode' is now the main entry point for mode-icons, not
`set-current-mode-icon'.
2013-06-02 14:27:32 +02:00
48844b47e9 Add usage instructions 2013-06-02 14:16:13 +02:00
7abc02827e Replace README.md with README.org 2013-06-02 14:14:58 +02:00
1e8fcc4982 Add minor-mode
The `mode-icons-mode' minor-mode enables/disables the setting of icons
for each mode.
2013-06-02 14:09:49 +02:00
68fa015bf7 Cleanup code
- 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.
2013-06-02 13:56:07 +02:00
efefc5ee58 Add icon for org-mode 2013-03-23 15:19:50 +01:00
1bf87fee9a Add autoload cookie, remove hook
The hook should be set in the user's init file, not in the source
file.
2012-12-05 00:52:44 +01:00
5e0c221d58 Ignore dist files 2012-11-11 03:12:42 +01:00
e2fa1e1730 Update README 2012-11-11 03:11:34 +01:00
19edd6f6e2 No need for the -j flag
It was wrong anyway
2012-11-11 03:05:52 +01:00