home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e907da366102d26fd97c470685eb60d6c11c74f9
parent ad82b926dace2a76fd8c9dd1ffe9bf39c11a6f84
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 25 Jun 2020 04:39:57 +0200

tools/emacs: do not default diff to read-only…

… otherwise github-review doesn't work…

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-vcs.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-vcs.el b/tools/emacs/config/config-vcs.el @@ -63,7 +63,7 @@ ;; UseDiff (use-package diff :config - (setq diff-default-read-only t) + (setq diff-default-read-only nil) (setq diff-advance-after-apply-hunk t) (setq diff-update-on-the-fly t) (setq diff-refine 'font-lock)