From d1e86e2c2b038ba409e86e8ba7e60d4c3835c1f7 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 7 May 2018 17:41:38 +0200 Subject: Emacs: Add git-commit-mode --- dot.emacs.d/elisp/git-commit-mode | 1 + dot.emacs.d/init.el | 2 ++ 2 files changed, 3 insertions(+) create mode 160000 dot.emacs.d/elisp/git-commit-mode (limited to 'dot.emacs.d') diff --git a/dot.emacs.d/elisp/git-commit-mode b/dot.emacs.d/elisp/git-commit-mode new file mode 160000 index 0000000..0bcbffd --- /dev/null +++ b/dot.emacs.d/elisp/git-commit-mode @@ -0,0 +1 @@ +Subproject commit 0bcbffd05ffa82fa788e0c8e63c03dd072f42bf9 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) -- cgit v1.2.3