The Lambda Lab
/
projects
/
lurk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a65cb43
)
Fixed initial invisibility status.
author
Tim Vaughan
<plugd@thelambdalab.xyz>
Sat, 3 Jul 2021 09:52:49 +0000
(11:52 +0200)
committer
Tim Vaughan
<plugd@thelambdalab.xyz>
Sat, 3 Jul 2021 09:52:49 +0000
(11:52 +0200)
lurk.el
patch
|
blob
|
history
diff --git
a/lurk.el
b/lurk.el
index
48b0611
..
e76c5d1
100644
(file)
--- 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)))