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.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs.d/20-git-commit.el b/emacs.d/20-git-commit.el
deleted file mode 100644
index 2b717e8..0000000
--- a/emacs.d/20-git-commit.el
+++ /dev/null
@@ -1,5 +0,0 @@
-(require 'git-commit)
-
-(add-hook 'git-commit-mode-hook
- (lambda ()
- (auto-fill-mode)))