Procházet zdrojové kódy

Use text-mode for git-rebase-filename-regexp

master
10sr před 6 roky
rodič
revize
b8bec25c1f
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el Zobrazit soubor

@@ -808,6 +808,10 @@ found, otherwise returns nil."
;; disable this mode here.
(global-magit-file-mode -1))

(when (boundp 'git-rebase-filename-regexp)
(add-to-list 'auto-mode-alist
`(,git-rebase-filename-regexp . text-mode)))

(when (safe-require-or-eval 'aggressive-indent)
(defvar aggressive-indent-excluded-modes)
(add-to-list 'aggressive-indent-excluded-modes


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