Skip to content

Commit

Permalink
readme: add initial info
Browse files Browse the repository at this point in the history
  • Loading branch information
seanfarley committed Dec 2, 2018
1 parent db65e28 commit ec2ebe5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.org
@@ -0,0 +1,18 @@
#+TITLE: README

* mu4e-patch

=mu4e= extension to colorize patch-like emails. Based on
[[https://github.com/orgcandman/emacs-plugins/blob/master/gnus-article-treat-patch.el][gnus-article-treat-patch.el]] and adapted to work with =mu4e=.

Currently, this extension should be considered beta quality.

* Installation

Until this is considered stable, clone this repo and put it somewhere in your
=load-path=. Then, add a hook,

#+BEGIN_SRC emacs-lisp
;; colorize patch-based emails
(add-hook 'mu4e-view-mode-hook #'mu4e-patch-highlight)
#+END_SRC

0 comments on commit ec2ebe5

Please sign in to comment.