1
0
Fork 0
Commit Graph

14 Commits (fed57789da1dcea3e7ba78458ffa41499e9904e6)

Author SHA1 Message Date
Mike Gerwitz fed57789da
Access mail through local IMAP server
I use offlineimap.

* emacs.d/mail.org: Local IMAP server for mail.
2016-04-13 00:27:15 -04:00
Mike Gerwitz 5bc644d18c
Suspend frame on C-z
* emacs.d/emacs.org (\C-z): suspend-{emacs=>frame}
  This will work properly with emacsclient -t
2016-03-29 23:49:50 -04:00
Mike Gerwitz 481b633f3d
Remove local evil-mtg loading
* emacs.d/emacs.org: remove evil-mtg mention
  Will load installed package
2016-03-29 23:48:57 -04:00
Mike Gerwitz e747234dab
Gnus display List-Id article header 2015-12-28 23:52:01 -05:00
Mike Gerwitz f762c39f3a
Emacs -gnus gnus{=>-unplugged} 2015-12-16 22:43:19 -05:00
Mike Gerwitz 4d2f1af5aa
Initial ERC configuration for Emacs (IRC) 2015-12-16 22:43:16 -05:00
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
Mike Gerwitz 525542efe7 Initial BBDB literate configuration 2015-08-27 23:20:18 -04:00
Mike Gerwitz 20abb644f9
Use tunnel for GNU SMTP server configuration 2015-08-27 23:20:00 -04:00
Mike Gerwitz 56c842d4d8
Add Emacs global-set-tab-width 2015-08-27 23:19:28 -04:00
Mike Gerwitz 805a3fbd4f
Make emacs set-tab-width interactive 2015-08-27 23:19:12 -04:00
Mike Gerwitz ae958d92a4
Add \C-n to toggle nlinum-mode 2015-08-27 23:17:46 -04:00
Mike Gerwitz a1e11e7e28
Emacs literate e-mail configuration (Gnus)
I had forgotten to add this initially, it looks like.
2015-08-01 09:43:44 -04:00
Mike Gerwitz 9ec0bea609
Initial literate Emacs config
I have been sitting on this for a while (since it is incomplete), but this
is the majority of my Emacs configuration.  I have been using Emacs for less
than a year, and have been astounded by the flexibility afforded by its
implementation of most functionality in Lisp.

Plenty more to come.
2015-07-07 23:07:23 -04:00