From dc92d8728e5a2db0313ed798463153b3a7685fb2 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Wed, 3 Apr 2019 23:42:11 +0200 Subject: Emacs: Remove git-commit-mode --- dot.emacs.d/elisp/git-commit-mode | 1 - dot.emacs.d/init.el | 2 -- 2 files changed, 3 deletions(-) delete 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 deleted file mode 160000 index 0bcbffd..0000000 --- a/dot.emacs.d/elisp/git-commit-mode +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0bcbffd05ffa82fa788e0c8e63c03dd072f42bf9 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) -- cgit v1.2.3