aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2018-05-07 17:41:38 +0200
committerThomas Schneider <qsx@qsx.re>2018-05-07 17:41:38 +0200
commitd1e86e2c2b038ba409e86e8ba7e60d4c3835c1f7 (patch)
tree5bf8784694fcca0d0b65e3cd87c8bff5eb6b9ec8
parent5507f7b8c333c016d053adb2e4030a5ef1f12cf6 (diff)
Emacs: Add git-commit-mode
-rw-r--r--.gitmodules3
m---------dot.emacs.d/elisp/git-commit-mode0
-rw-r--r--dot.emacs.d/init.el2
3 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 3b85e04..9a1bc98 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -16,3 +16,6 @@
[submodule "dot.emacs.d/elisp/use-package"]
path = dot.emacs.d/elisp/use-package
url = git://github.com/jwiegley/use-package
+[submodule "dot.emacs.d/elisp/git-commit-mode"]
+ path = dot.emacs.d/elisp/git-commit-mode
+ url = git://github.com/rafl/git-commit-mode
diff --git a/dot.emacs.d/elisp/git-commit-mode b/dot.emacs.d/elisp/git-commit-mode
new file mode 160000
+Subproject 0bcbffd05ffa82fa788e0c8e63c03dd072f42bf
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 39b0e23..b537222 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -72,6 +72,8 @@
(use-package rust-mode
:mode "\\.rs\\'")
+(load-library "git-commit")
+
(setq tramp-default-method "ssh")
(setq column-number-mode t)