diff options
Diffstat (limited to 'git-email.el')
-rw-r--r-- | git-email.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/git-email.el b/git-email.el index 703a3f6..2328957 100644 --- a/git-email.el +++ b/git-email.el @@ -34,6 +34,10 @@ ;; `git-email-apply-patch' will apply the patch that you are currently viewing ;; and it will ask to for the project that the patch belongs to. +;;; TODO: + +;; * Add proper syntax highlighting to diffs in the message buffer. + ;;; Code: (defgroup git-email nil |