Skip to content

Commit

Permalink
emacs config extract to turn notmuch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Roy committed Feb 25, 2017
1 parent 8a90fe6 commit e0d6363
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions emacs.config.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

; Write email in emacs with notmuch mode
(autoload 'notmuch "notmuch" "notmuch mail" t)

(require 'notmuch)

; See the "message_id_fqdn" option in astroid/config to adjust the below:
(add-to-list 'auto-mode-alist '("hugo@LOCAL.FQDN" . notmuch-message-mode))
(add-hook 'notmuch-message-mode-hook 'turn-on-auto-fill)

0 comments on commit e0d6363

Please sign in to comment.