sbbs.el

Diff
Login

Differences From Artifact [aca41172ba]:

To Artifact [cec0dbd9ca]:


    37     37     :prefix "sbbs-")
    38     38   
    39     39   (defcustom sbbs-boards
    40     40     '(("textboard.org" ("sol" "prog") nil))
    41     41     "List of SchemeBBS sites and boards."
    42     42     :type '(repeat (list (string :tag "Board Domain")
    43     43                          (repeat (string :tag "Board Name"))
    44         -                       (boolean :tag "Use TLS?")))
    45         -  :risky t)
           44  +                       (boolean :tag "Use TLS?"))))
    46     45   
    47     46   (defface sbbs--spoiler-face
    48     47     '((((background light)) :background "black" :foreground "black")
    49     48       (((background dark)) :background "white" :foreground "white"))
    50     49     "Face for spoiler text in threads.")
    51     50   
    52     51   (defface sbbs--code-face