dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

spell.conf (666B)


      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/weechat/quickstart/
     10 #
     11 
     12 [color]
     13 misspelled = lightred
     14 suggestion = default
     15 suggestion_delimiter_dict = cyan
     16 suggestion_delimiter_word = cyan
     17 
     18 [check]
     19 commands = "away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
     20 default_dict = ""
     21 during_search = off
     22 enabled = off
     23 real_time = off
     24 suggestions = -1
     25 word_min_length = 2
     26 
     27 [dict]
     28 
     29 [look]
     30 suggestion_delimiter_dict = " / "
     31 suggestion_delimiter_word = ","
     32 
     33 [option]