Skip to content

Commit 9a24592

Browse files
authored
Merge pull request #41 from sdttttt/develop
document
2 parents 836a2c2 + 36c7b7f commit 9a24592

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,23 @@ type = [
6868

6969
Starting with **0.9.1**, grc using `~/.config/grc/grc.toml` as the default configuration file.
7070

71+
Starting with **1.0.0**, grc can enhance your submission with the `--emoji` command line argument.
72+
73+
Or in the configuration file:
74+
75+
```toml
76+
emoji = true
77+
```
78+
79+
You can also use `overwrite_emoji` to enhance custom submission types or override basic submission types in GRC.
80+
81+
```toml
82+
overwrite_emoji = [
83+
"deps:🚕", # Appends an emoji to a custom submission type
84+
"test:🚗" # Test is a GRC built-in submission type that you can override.
85+
]
86+
```
87+
7188
## IDEA
7289

7390
If you have any new ideas, you are welcome to talk to me.

0 commit comments

Comments
 (0)