[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: shameful trailing whitespace in calendar
From: |
Juanma Barranquero |
Subject: |
Re: shameful trailing whitespace in calendar |
Date: |
Sat, 10 May 2003 15:33:12 +0200 |
On Sat, 10 May 2003 05:52:56 +0800, Dan Jacobson <jidanni@dman.ddts.net> wrote:
> Gentlemen, see it for yourself in all gory detail
> $ emacs -nw -eval '(and(setq-default show-trailing-whitespace t)(calendar))'
Do
(add-hook 'initial-calendar-window-hook
#'(lambda()
(setq show-trailing-whitespace nil
indicate-empty-lines nil)))
as I do and be happy...
/L/e/k/t/u