* ponder:
el/dot-emacs.el: Aliases for `eshell'.
el/dot-emacs.el: Remove menu bar from dumb terminals.
el/dot-emacs.el: Remove stray debugging code.
el/dot-emacs.el: Emacs 22 doesn't have `whitespace-mode'.
dot/bash_profile: Use Perforce configuration files.
* crybaby:
emacs: Yet another spelling of `git' in `vc-handled-backends'.
el/dot-emacs.el: Clobber `comint-highlight-input' properly.
(and (library-exists-p "vc-git")
(not (memq 'GIT vc-handled-backends))
(not (memq 'Git vc-handled-backends))
+ (not (memq 'git vc-handled-backends))
(setq vc-handled-backends (cons 'GIT vc-handled-backends)))
(trap (or mdw-fast-startup (require 'p4)))
(mdw-define-face comint-highlight-prompt
(t :weight bold))
-(mdw-define-face comint-highlight-input)
+(mdw-define-face comint-highlight-input
+ (t nil))
(mdw-define-face trailing-whitespace
(((class color)) :background "red")
(t :foreground "green"))
(mdw-define-face diff-removed
(t :foreground "red"))
-(mdw-define-face diff-context)
+(mdw-define-face diff-context
+ (t nil))
(mdw-define-face erc-input-face
(t :foreground "red"))