浏览代码

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


正在加载...
取消
保存