This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
emacs.el: Use diff-auto-refine-mode
pull/1/head
10sr
10 years ago
parent
2353f2cb19
commit
345beeb221
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
emacs.el
+ 6
- 0
emacs.el
View File
@@ -1033,6 +1033,12 @@ found, otherwise returns nil."
(set-face-attribute 'diff-changed nil
:foreground "magenta"
:weight 'normal)
(set-face-attribute 'diff-refine-change nil
:foreground nil
:background nil
:weight 'bold
:inverse-video t)
(diff-auto-refine-mode)
))
;; (ffap-bindings)
Write
Preview
Loading…
Cancel
Save