Przeglądaj źródła

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

master
10sr 6 lat temu
rodzic
commit
b8bec25c1f
Podpisane przez: 10sr ID klucza GPG: 7BEC428194130EB2
1 zmienionych plików z 4 dodań i 0 usunięć
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz