chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32cdd3a
)
el/dot-emacs.el: Don't choke now Magit lacks `global-magit-file-mode'.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 15 Jan 2025 14:02:37 +0000
(14:02 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 15 Jan 2025 14:02:37 +0000
(14:02 +0000)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index c9a4feb7b2303ca06a32bd76331f83b28a5f7682..51acf40adaee9a652e8a28fadaedeceb2b8363b4 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-5573,7
+5573,8
@@
(setq magit-diff-refine-hunk 't
magit-wip-after-apply-mode-lighter ""
magit-wip-before-change-mode-lighter "")
(eval-after-load "magit"
- '(progn (global-magit-file-mode 1)
+ '(progn (trap
+ (global-magit-file-mode 1))
(magit-wip-after-save-mode 1)
(magit-wip-after-apply-mode 1)
(magit-wip-before-change-mode 1)