Procházet zdrojové kódy

Stop global-magit-file-mode enabled on load

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

+ 7
- 0
emacs.el Zobrazit soubor

@@ -796,6 +796,13 @@ found, otherwise returns nil."
;; Include some extra modes
(require 'generic-x)

(with-eval-after-load 'magit-files
;; `global-magit-file-mode' is enabled by default and this mode overwrites
;; existing keybindings.
;; Apparently it is a HARMFUL behavior and should be fixed, but for now
;; disable this mode here.
(global-magit-file-mode -1))

(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