diff --git a/emacs.d/mail.org b/emacs.d/mail.org index 4614d11..9788049 100644 --- a/emacs.d/mail.org +++ b/emacs.d/mail.org @@ -454,11 +454,11 @@ beside the summary, with the article rendered below both. #+BEGIN_SRC emacs-lisp (gnus-add-configuration '(article - (vertical 1.0 - (horizontal 0.25 - (summary 0.50 point) - (tree 1.0)) - (article 1.0)))) + (horizontal 1.0 + (vertical 0.50 + (summary 1.0 point) + (tree 0.25)) + (article 1.0)))) #+END_SRC The =tree= mention above refers to the tree buffer: