diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2018-07-05 17:12:43 +0530 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2018-07-13 12:45:11 +0530 |
commit | 9286c2950494b110e12d58d4ebd693d614120afe (patch) | |
tree | 2fb5134aad9b9d20602a11f50293722dd599d081 /doc/contributing.texi | |
parent | 202befb4ae775cfdab1566f4a69ec184406a56be (diff) | |
download | guix-9286c2950494b110e12d58d4ebd693d614120afe.tar guix-9286c2950494b110e12d58d4ebd693d614120afe.tar.gz |
etc: snippets: Add guix-commit-message-use-https-home-page.
* etc/snippets/text-mode/guix-commit-message-use-https-home-page: New file.
* doc/contributing.texi (The Perfect Setup): Document new snippet.
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r-- | doc/contributing.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 8feb519b0a..68d8e7e2fb 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -212,7 +212,8 @@ The commit message snippets depend on @url{https://magit.vc/, Magit} to display staged files. When editing a commit message type @code{add} followed by @kbd{TAB} to insert a commit message template for adding a package; type @code{update} followed by @kbd{TAB} to insert a template -for updating a package. +for updating a package; type @code{https} followed by @kbd{TAB} to +insert a template for changing the home page URI of a package to HTTPS. The main snippet for @code{scheme-mode} is triggered by typing @code{package...} followed by @kbd{TAB}. This snippet also inserts the |