From 8c521a226f62e21f8e2376f5efa15fbd84f4a76a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 4 Apr 2008 23:53:25 +0100 Subject: [PATCH] emacs, dot-emacs: Fix WoMan configuration. Stop WoMan from popping up extra frames. Once this is done, for some reason, the default bold face comes out green, so stop that too. --- dot-emacs.el | 4 ++-- emacs | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dot-emacs.el b/dot-emacs.el index 03923da..dbe689b 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -653,8 +653,8 @@ doesn't cope with anything approximating a complicated case." (font-lock-keyword-face :weight bold) (font-lock-constant-face :weight bold) (font-lock-reference-face :weight bold) - (woman-bold-face :weight bold) - (woman-italic-face :slant italic) + (woman-bold :weight bold) + (woman-italic :slant italic) (diff-index :weight bold) (diff-file-header :weight bold) (diff-hunk-header :foreground "SkyBlue1") diff --git a/emacs b/emacs index 72b60ed..d945642 100644 --- a/emacs +++ b/emacs @@ -149,6 +149,7 @@ (setq-default fill-column 77) ;I use rather narrow windows (setq-default comment-column 40) ;Set a standard comment column (setq-default truncate-partial-width-windows nil) +(setq woman-use-own-frame nil) ;Keep man pages somewhere sensible (setq diff-switches "-u" ;I like reading unified diffs cvs-diff-flags (list diff-switches)) (setq echo-keystrokes 10) ;Long delay before keystrokes echo -- 2.11.0