1
0
Fork 0
Commit Graph

27 Commits (master)

Author SHA1 Message Date
Mike Gerwitz e07c4e591f
emacs.d/mail.org: Configuration for personal SMTP server
Added this a while back; forgot to commit.
2017-04-29 09:22:32 -04:00
Mike Gerwitz c32ae50f35
emacs.d/mail.org: move List-Id header to bottom
This is something that I frequently look for.
2017-04-29 09:21:40 -04:00
Mike Gerwitz ddbb70a236
[emacs] Add flycheck eslint hook for js-mode(s)
* emacs.d/emacs.org (Linting and Code Quality): Added.
2016-09-19 23:44:37 -04:00
Mike Gerwitz c703113de9
[emacs] Basic web-mode configuration
* emacs.d/emacs.org (Web Mode): Added.
2016-09-19 23:42:15 -04:00
Mike Gerwitz 791cca4a5e
[emacs] Undo-tree visualizer timestamps
* emacs.d/emacs.org (Undo Tree): Added.
2016-09-19 23:40:27 -04:00
Mike Gerwitz cbf7f52bf3
[emacs] Add js3-mode to invoke js-mode hooks
* emacs.d/emacs.org: Invoke `js-hook' for `js3-mode'.
2016-09-19 23:39:38 -04:00
Mike Gerwitz fefdbec715
[emacs] adaptive-wrap-prefix-mode for prog-mode 2016-09-19 23:37:59 -04:00
Mike Gerwitz 6fa3ebbed0
[emacs] Use 'previous-error for `]e' keybinding
* emacs.d/emacs.org: Replace custom negative-argument 'next-error with
  'previous-error for `]e` evil binding (I'm not sure when it was
  introduced, or if I just completely missed it to begin with since flyspell
  doesn't offer a previous).
2016-09-19 23:34:08 -04:00
Mike Gerwitz a643713a83
Add CloudFlare JS Challenge message template
* emacs.d/mail.org (Correspondence / CloudFlare): Added
2016-07-09 22:24:29 -04:00
Mike Gerwitz cc4aa0bf29
Encrypt messages with my key 2016-06-19 22:08:49 -04:00
Mike Gerwitz 178f6af884
Loopback pinentry for GPG v2 2016-06-19 22:07:47 -04:00
Mike Gerwitz 7ab8083445
Buttonize PGP signatures in Gnus
* emacs.d/mail.org: Buttonize multipart/{signed,encrypted}
2016-04-13 00:30:17 -04:00
Mike Gerwitz 09bf6f4c73
GPG-encrypt all encrypted mail to myself
This allows me to read my sent mail.

* emacs.d/mail.org: mml-secure-openpgp-encrypt-to-self
2016-04-13 00:29:26 -04:00
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