1
0
Fork 0
dotfiles/emacs.d
Mike Gerwitz b71f6bc93b
Gnus horizontal article window layout
The terminology is confusing, especially with me having come from Vim:
"horizontal" in this case means a vertical split, because they are stacked
horizontally.

My previous window layout put the body of the article below the summay,
which left a lot of whitespace to the right of my 272-column terminal.  So I
went from

  -------------------------
  |     S     |     T     |
  |-----------------------|
  |           A           |
  -------------------------

to

  -------------------------
  |     S     |           |
  |-----------|     A     |
  |     T     |           |
  -------------------------.

This also lays out nicely with BBDB:

  -------------------------     -------------------------
  |     S     |     T     |     |     S     |     A     |
  |-----------------------| =>  |-----------|-----------|
  |           A           |     |     T     |     B     |
  |-----------------------|     -------------------------
  |           B           |
  -------------------------
2015-11-07 23:27:55 -05:00
..
emacs.org Add Emacs global-set-tab-width 2015-08-27 23:19:28 -04:00
mail.org Gnus horizontal article window layout 2015-11-07 23:27:55 -05:00
org.org Initial literate Emacs config 2015-07-07 23:07:23 -04:00