Procházet zdrojové kódy

Stop using git-commit-mode

master
10sr před 4 měsíci
rodič
revize
c99751c251
1 změnil soubory, kde provedl 2 přidání a 4 odebrání
  1. +2
    -4
      emacs.el

+ 2
- 4
emacs.el Zobrazit soubor

@@ -1894,10 +1894,8 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."

(when (and (eval-and-compile (require 'git-commit nil t))
(fboundp 'global-git-commit-mode))
;; 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))
;; Frequently this breaks git commit.
(global-git-commit-mode 0))
(with-eval-after-load 'git-commit
(add-hook 'git-commit-setup-hook
'turn-off-auto-fill t))


Načítá se…
Zrušit
Uložit