diff options
author | yoctocell <public@yoctocell.xyz> | 2021-01-04 14:02:34 +0100 |
---|---|---|
committer | yoctocell <public@yoctocell.xyz> | 2021-01-04 14:02:34 +0100 |
commit | ee5363ad7738c3a9ae6312191ba56ffc9bfc2f42 (patch) | |
tree | 7e31bb2ce8cea1cf16b9e2856d2f3ea065691df6 | |
parent | 02b75637a530adfc4e48dfe3597e8a75df9d7c8d (diff) |
Autoload `git-email-send-email'
* git-email.el:
-rw-r--r-- | git-email.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-email.el b/git-email.el index 393e97c..d5fb75e 100644 --- a/git-email.el +++ b/git-email.el @@ -144,6 +144,7 @@ If no marks are found, return the filename at point." (t (message "Not a supported major mode")))) +;;;###autoload (defun git-email-send-email () "Send patch(es) to someone." (interactive) |