sbbs.el

Diff
Login

Differences From Artifact [bf592c7f3b]:

To Artifact [35b5b19ba4]:


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