Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
657 B

4 years ago
4 years ago
  1. #
  2. # weechat -- spell.conf
  3. #
  4. # WARNING: It is NOT recommended to edit this file by hand,
  5. # especially if WeeChat is running.
  6. #
  7. # Use commands like /set or /fset to change settings in WeeChat.
  8. #
  9. # For more info, see: https://weechat.org/doc/quickstart
  10. #
  11. [color]
  12. misspelled = lightred
  13. suggestion = default
  14. suggestion_delimiter_dict = cyan
  15. suggestion_delimiter_word = cyan
  16. [check]
  17. commands = "away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
  18. default_dict = ""
  19. during_search = off
  20. enabled = off
  21. real_time = off
  22. suggestions = -1
  23. word_min_length = 2
  24. [dict]
  25. [look]
  26. suggestion_delimiter_dict = " / "
  27. suggestion_delimiter_word = ","
  28. [option]