el/dot-emacs.el: Show italic characters in manpages correctly where possible.
[profile] / el / dot-emacs.el
index 63b3c24..a9e2d72 100644 (file)
@@ -1452,6 +1452,10 @@ doesn't match any of the regular expressions in
 (mdw-define-face comint-highlight-input
   (t nil))
 
+(mdw-define-face Man-underline
+  (((type tty)) :underline t)
+  (t :slant italic))
+
 (mdw-define-face ido-subdir
   (t :foreground "cyan" :weight bold))
 
@@ -4339,7 +4343,7 @@ This allows you to pass a list of arguments through `ansi-term'."
 ;;;--------------------------------------------------------------------------
 ;;; Magit configuration.
 
-(setq magit-diff-refine-hunk 'all
+(setq magit-diff-refine-hunk 't
       magit-view-git-manual-method 'man
       magit-log-margin '(nil age magit-log-margin-width t 18)
       magit-wip-after-save-local-mode-lighter ""