sbbs.el

Diff
Login

Differences From Artifact [b2b8b724ce]:

To Artifact [40f6a50d8a]:


    59     59   
    60     60   (defface sbbs--uncover-spoiler-face
    61     61     '((((background light)) :background "black" :foreground "white")
    62     62       (((background dark)) :background "white" :foreground "black"))
    63     63     "Face for spoiler text in threads.")
    64     64   
    65     65   (defface sbbs--code-face
    66         -  '((((background light)) :background "gray89")
    67         -    (((background dark)) :background "gray11"))
           66  +  '((((background light)) :background "gray89" :extend t)
           67  +    (((background dark)) :background "gray11" :extend t))
    68     68     "Face for code blocks in threads.")
    69     69   
    70     70    ;; VARIABLES
    71     71   
    72     72   (defvar-local sbbs--board nil
    73     73     "Buffer local reference to current board.
    74     74