diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-02-05 17:18:50 +0100 |
---|---|---|
committer | Xinglu Chen <public@yoctocell.xyz> | 2021-02-05 18:18:28 +0100 |
commit | b531969c6b10d73727bb037ce87d03d31c4ed299 (patch) | |
tree | b4aa0834a3fbe7aafef6692fae5f1c65d6eeac55 /doc/git-email.org | |
parent | adbf7b3dd87b7dc2de49a8ad3eab74eba5162aff (diff) |
doc: Add docs for `git-email-get-current-project-functions`
* doc/git-email.org (Miscellaneous): Add docs for
`git-email-get-current-project-functions`.
Diffstat (limited to 'doc/git-email.org')
-rw-r--r-- | doc/git-email.org | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/git-email.org b/doc/git-email.org index cf6bdea..7c4def8 100644 --- a/doc/git-email.org +++ b/doc/git-email.org @@ -33,7 +33,7 @@ should checkout [[https://git.kyleam.com/piem][piem]]. ** Send patches *** git-email-send-email When you are in a dired, vc-dir, or ibuffer buffer, you can mark patch -files and run =git-email-send-email= to send the patches. If you aren't +files and run =git-email-send-email= to send the patches. If you arent in one of those bufffers, you will be prompted to enter a file path in the minibuffer. @@ -124,6 +124,11 @@ You can see all the customizable variables running =M-x customize-group= ‘git-email--minibuffer-get-revision’. By default, it will get the revision of under point if you are in a VC log buffer. +** Miscellaneous +- =git-email-get-current-project-functions= is a hook that is executed + to get the path of the current project. The path must include a + trailing =/=. + * Integration with other packages =git-email= offers minor modes for Gnus and Notmuch, these minor modes will just configure some variables for you and provide any extra @@ -154,7 +159,6 @@ You can install the package with nix profile install "git+https://git.sr.ht/~yoctocell/git-email#git-email{-full-git,-git}" #+end_src - * Acknowledgements Thank you Protesilaos Stavrou for your extensive testing and feedback! @@ -241,7 +245,7 @@ modifications and/or translated into another language. A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the -publishers or authors of the Document to the Document's overall +publishers or authors of the Document to the Documents overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain |