X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=lurk.git;a=blobdiff_plain;f=lurk.el;h=e76c5d1868de54852253164553af0bc617dfadc9;hp=48b061125d16a7245dcc528c893f97b9f8e03687;hb=11f1a6e4cea738c506392608b2365e53957ca9eb;hpb=a65cb434a57b716eceb9f85dd5eda20a60dc3d7a diff --git a/lurk.el b/lurk.el index 48b0611..e76c5d1 100644 --- a/lurk.el +++ b/lurk.el @@ -353,6 +353,7 @@ portion of the source component of the message, as LURK doesn't use this.") (defun lurk-setup-buffer () (with-current-buffer (get-buffer-create "*lurk*") (setq-local scroll-conservatively 1) + (setq-local buffer-invisibility-spec nil) (if (markerp lurk-prompt-marker) (set-marker lurk-prompt-marker (point-max)) (setq lurk-prompt-marker (point-max-marker)))