diff options
author | yoctocell <public@yoctocell.xyz> | 2021-01-03 20:40:06 +0100 |
---|---|---|
committer | yoctocell <public@yoctocell.xyz> | 2021-01-03 20:40:06 +0100 |
commit | 0ee105afa079c2575007b5b8bdfc35e18e6fa552 (patch) | |
tree | cf05f37680a9828ea5eb1aa6f3690622c490794f | |
parent | 7921d1d60a801e81f3428adc2b860b3184e0bc2f (diff) |
Add todo list
-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 |