* etc/snippets/text-mode/guix-commit-message-use-https-home-page: New file. * doc/contributing.texi (The Perfect Setup): Document new snippet.
		
			
				
	
	
		
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			297 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			297 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # -*- mode: snippet -*-
 | |
| # name: guix-commit-message-use-https-home-page
 | |
| # key: https
 | |
| # condition: git-commit-mode
 | |
| # --
 | |
| gnu: $1: Use HTTPS home page URI.
 | |
| 
 | |
| * `(car (magit-staged-files))` ($1)[home-page]: Use HTTPS URI.
 | |
| `(mapconcat (lambda (file) (concat "* " file)) (cdr (magit-staged-files)) "\n")` |