Ver a proveniência

Stop global-magit-file-mode enabled on load

master
10sr há 6 anos
ascendente
cometimento
e8002f2a4d
Assinados por: 10sr ID da chave GPG: 7BEC428194130EB2
1 ficheiros alterados com 7 adições e 0 eliminações
  1. +7
    -0
      emacs.el

+ 7
- 0
emacs.el Ver ficheiro

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


Carregando…
Cancelar
Guardar