sbbs.el

Diff
Login

Differences From Artifact [d697b54718]:

To Artifact [bf592c7f3b]:


    51     51                    (cons (string :tag "Board Domain")
    52     52                          (string :tag "Board Name"))))
    53     53   
    54     54   (defcustom sbbs-jump-to-link t
    55     55     "Jump to first link after narrowing posts."
    56     56     :type 'boolean)
    57     57   
    58         -(defcustom sbbs-recenter-to-top t
           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     62   (defcustom sbbs-open-at-last-post t
    63     63     "Jump to last post in a thread when opening a thread."
    64     64     :type 'boolean)
    65     65