diff options
Diffstat (limited to 'src/plugins/spell/spell-config.h')
-rw-r--r-- | src/plugins/spell/spell-config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/spell/spell-config.h b/src/plugins/spell/spell-config.h index a27720f34..f1fad2871 100644 --- a/src/plugins/spell/spell-config.h +++ b/src/plugins/spell/spell-config.h @@ -22,7 +22,7 @@ #define WEECHAT_PLUGIN_SPELL_CONFIG_H #define SPELL_CONFIG_NAME "spell" - +#define SPELL_CONFIG_PRIO_NAME (TO_STR(SPELL_PLUGIN_PRIORITY) "|" SPELL_CONFIG_NAME) extern struct t_config_option *spell_config_color_misspelled; extern struct t_config_option *spell_config_color_suggestion; |