logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git

aspell.conf (666B)


  1. #
  2. # weechat -- aspell.conf
  3. #
  4. # WARNING: It is NOT recommended to edit this file by hand,
  5. # especially if WeeChat is running.
  6. #
  7. # Use /set or similar command 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 = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
  18. default_dict = "en,fr"
  19. during_search = off
  20. enabled = on
  21. real_time = off
  22. suggestions = 3
  23. word_min_length = 2
  24. [dict]
  25. [look]
  26. suggestion_delimiter_dict = " / "
  27. suggestion_delimiter_word = ","
  28. [option]