sbbs.el

Diff
Login

Differences From Artifact [8c4c1d7d44]:

To Artifact [9b58d51e50]:


    54     54     "Jump to first link after narrowing posts."
    55     55     :type 'boolean)
    56     56   
    57     57   (defcustom sbbs-recenter-to-top t
    58     58     "Move point to top of frame when moving through posts."
    59     59     :type 'boolean)
    60     60   
    61         -(defcustom t
           61  +(defcustom sbbs-open-at-last-post t
    62     62     "Jump to last post in a thread when opening a thread."
    63     63     :type 'boolean)
    64     64   
    65     65   (defface sbbs--semi-spoiler-face
    66     66     '((((background light)) :background "gray80" :foreground "black")
    67     67       (((background dark)) :background "gray20" :foreground "white"))
    68     68     "Face for spoiler text in threads.")