summaryrefslogtreecommitdiffstats
path: root/emacs.d/20-git-commit.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/20-git-commit.el')
-rw-r--r--emacs.d/20-git-commit.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs.d/20-git-commit.el b/emacs.d/20-git-commit.el
new file mode 100644
index 0000000..4568af0
--- /dev/null
+++ b/emacs.d/20-git-commit.el
@@ -0,0 +1,6 @@
+(add-to-list 'load-path "~/.emacs.d/elisp/git-commit-mode")
+(require 'git-commit)
+
+(add-hook 'git-commit-mode-hook
+ (lambda ()
+ (auto-fill-mode)))