diff options
author | yoctocell <public@yoctocell.xyz> | 2021-01-04 09:50:46 +0100 |
---|---|---|
committer | yoctocell <public@yoctocell.xyz> | 2021-01-04 09:51:04 +0100 |
commit | 164cdcac5788f04df48148e24f468cd810832c5c (patch) | |
tree | 4a5e3257507bd85bbfe28a851cc27dd58b0317c0 | |
parent | 3dd19918beb9237eea877d6fd7126f07abc7e966 (diff) |
Update todos
-rw-r--r-- | git-email.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/git-email.el b/git-email.el index 3a13e07..e623ba3 100644 --- a/git-email.el +++ b/git-email.el @@ -37,8 +37,6 @@ ;;; TODO: ;; * Add proper syntax highlighting to diffs in the message buffer. -;; -;; * Make headers customizable for the user. ;;; Code: @@ -113,4 +111,3 @@ them into the message buffer." (provide 'git-email) ;;; git-email.el ends here - |