Emacs: Delay loading of git-commit-mode instead of inhibiting it.

This commit is contained in:
tastytea 2020-02-19 23:59:25 +01:00
parent 76acb5b061
commit 45d69be9e5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; git.el --- magit and stuff. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-02-18T17:04:04+0100>
;; Time-stamp: <2020-02-19T23:59:15+0100>
;;; Commentary:
@ -10,7 +10,7 @@
;; Git integration.
(use-package git-commit
:commands (git-commit-mode)
:defer 5
:pin melpa
)