ソースを参照

Update configs for magit

master
10sr 1年前
コミット
5db67dfa09
1個のファイルの変更1行の追加8行の削除
  1. +1
    -8
      emacs.el

+ 1
- 8
emacs.el ファイルの表示

@@ -1489,14 +1489,7 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."
(set-variable 'remember-notes-initial-major-mode
'change-log-mode)

(declare-function global-magit-file-mode "magit-files")
(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 it is really awful that I have
;; to disable thie mode here, but do anyway.
;; See also https://github.com/magit/magit/issues/3517
(global-magit-file-mode -1))
(set-variable 'magit-define-global-key-bindings nil)

(with-eval-after-load 'magit-section
(set-face-background 'magit-section-highlight


読み込み中…
キャンセル
保存