* mu4e: make sure the about-page is unfolded
This commit is contained in:
@ -13,6 +13,3 @@
|
||||
|
||||
[Press *q* to quit this buffer]
|
||||
|
||||
# Local Variables:
|
||||
# mode: org; org-startup-folded: nil
|
||||
# End:
|
||||
|
||||
@ -874,7 +874,8 @@ displaying it). Do _not_ bury the current buffer, though."
|
||||
(get-buffer-create mu4e~main-about-buffer-name)
|
||||
(let ((inhibit-read-only t))
|
||||
(erase-buffer)
|
||||
(insert mu4e-about)
|
||||
(insert mu4e-about)
|
||||
(org-mode)
|
||||
(show-all)))
|
||||
(switch-to-buffer mu4e~main-about-buffer-name)
|
||||
(setq buffer-read-only t)
|
||||
|
||||
Reference in New Issue
Block a user