Kaynağa Gözat

Update

master
10sr 3 yıl önce
ebeveyn
işleme
97370f2ee0
İmzalayan: 10sr GPG Anahtar Kimliği: 7BEC428194130EB2
1 değiştirilmiş dosya ile 5 ekleme ve 5 silme
  1. +5
    -5
      emacs.el

+ 5
- 5
emacs.el Dosyayı Görüntüle

@@ -1777,11 +1777,11 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."
(when (fboundp 'gited-list)
(defalias 'gited 'gited-list))

(when (fboundp 'global-git-commit-mode)
(add-hook 'after-first-visit-hook
'global-git-commit-mode)
(add-hook 'after-first-visit-hook
'git-commit-setup-check-buffer))
(when (require 'git-commit nil t)
;; git-commit is defined badly and breaks the convention that only loading a
;; library should not change the Emacs behavior:
;; anyway I enable this manually here.
(global-git-commit-mode 1))
(with-eval-after-load 'git-commit
(add-hook 'git-commit-setup-hook
'turn-off-auto-fill t))


Yükleniyor…
İptal
Kaydet