mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-21 17:40:30 +01:00
Fix markdown syntax in CHANGELOG
This commit is contained in:
parent
408e827af1
commit
9b358f4f02
1 changed files with 4 additions and 3 deletions
|
@ -40,11 +40,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
(both active and inactive, for major and minor modes)
|
||||
- Allow displaying the major mode name in the mode-line only, or both
|
||||
the mode-line and in other buffers, like ibuffer.
|
||||
- If the =mode-name= variable is changed, then anything that looks
|
||||
- If the `mode-name` variable is changed, then anything that looks
|
||||
at this variable will pick up the icon.
|
||||
- This can be customized by the variable =mode-icons-change-mode-name=.
|
||||
- This can be customized by the variable
|
||||
`mode-icons-change-mode-name`.
|
||||
- This should be modified for packages like =powerline= and
|
||||
=smart-mode-line=.
|
||||
`smart-mode-line`.
|
||||
- Allow desaturating and matching the mode-line face colors for xpm
|
||||
images.
|
||||
- Allow emojis to be used as mode-icons
|
||||
|
|
Loading…
Reference in a new issue