Skip to content

Helps you craft well formed commit messages with git-commit-mode

Notifications You must be signed in to change notification settings

emacsattic/git-commit-training-wheels-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

git-commit-training-wheels-mode.el

Helps you craft well formed commit messages with git-commit-mode Directives for what makes a well formed commit come from tpope: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

Based in part on https://github.com/re5et/magit-commit-training-wheels

Installation

Manual

Just drop git-commit-training-wheels-mode.el. somewhere in your load-path.

(add-to-list 'load-path "~/somewhere")

MELPA

If you're an Emacs 24 user or you have a recent version of package.el you can install git-commit-training-wheels-mode.el from the MELPA repository.

Usage

Add the following to your emacs init file:

(require 'git-commit-training-wheels-mode) ;; Not necessary if using ELPA package
(add-hook 'git-commit-mode-hook 'git-commit-training-wheels-mode)

About

Helps you craft well formed commit messages with git-commit-mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published