diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-01-22 18:27:50 +0100 |
---|---|---|
committer | Xinglu Chen <public@yoctocell.xyz> | 2021-01-22 18:27:50 +0100 |
commit | 4033946422986a7971b1197beb7b7bd80ba9c29a (patch) | |
tree | 473a597fdf1fd18348ade21fdfc03bb54e8893bd | |
parent | c81e2d586af7f4e05f068c49d182e21a82094109 (diff) |
magit: Remove todos
-rw-r--r-- | git-email-magit.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/git-email-magit.el b/git-email-magit.el index 70f64b4..e5aa180 100644 --- a/git-email-magit.el +++ b/git-email-magit.el @@ -27,14 +27,6 @@ ;; This library offers transient commands in the magit-status buffer ;; for interacting with git-email. -;;; TODO: - -;; * Add function to get revision from log buffer, similar to when -;; doing interactive rebase. This function should be added to -;; `git-email-get-revision-functions'. -;; -;; * Add minor mode to setup some variables - ;;; Code: (require 'git-email) |