diff options
| author | Thomas Schneider <qsx@qsx.re> | 2019-04-03 23:42:11 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2019-04-03 23:42:11 +0200 |
| commit | dc92d8728e5a2db0313ed798463153b3a7685fb2 (patch) | |
| tree | 86cd2dc232abe2e07ccb8192e99d2e820ab1cb99 | |
| parent | 74f86f5a41d8edb037bea9d73b4bf854d09a247b (diff) | |
Emacs: Remove git-commit-mode
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | dot.emacs.d/elisp/git-commit-mode | 0 | ||||
| -rw-r--r-- | dot.emacs.d/init.el | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index 9b07085..90d4dac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "grml-etc-core"] path = grml-etc-core url = git://github.com/grml/grml-etc-core.git -[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 deleted file mode 160000 -Subproject 0bcbffd05ffa82fa788e0c8e63c03dd072f42bf diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 8cdddfa..9694926 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -170,8 +170,6 @@ (use-package rust-mode :mode "\\.rs\\'") -(load-library "git-commit") - (setq tramp-default-method "ssh") (setq column-number-mode t) |
