浏览代码

Disable diff-refine

master
10sr 3 年前
父节点
当前提交
f183621a8e
签署人:: 10sr GPG 密钥 ID: 7BEC428194130EB2
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. +1
    -0
      Makefile
  2. +1
    -0
      emacs.el

+ 1
- 0
Makefile 查看文件

@@ -293,6 +293,7 @@ else
$(git_conf) core.autocrlf false
$(git_conf) core.excludesfile '~/.gitignore'
$(git_conf) core.commentChar ";"
$(git_conf) core.notesRef true
$(git_conf) color.ui auto
$(git_conf) status.relativePaths false
$(git_conf) status.showUntrackedFiles normal


+ 1
- 0
emacs.el 查看文件

@@ -1865,6 +1865,7 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."
:inverse-video t)
;; Annoying !
;;(diff-auto-refine-mode)
(set-variable 'diff-refine nil)
)

;; (ffap-bindings)


正在加载...
取消
保存