[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: trailing whitespace in calendar
From: |
Robert Pluim |
Subject: |
Re: trailing whitespace in calendar |
Date: |
Wed, 01 Feb 2017 10:23:08 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
luis o silva <lsilvapereyra@gmail.com> writes:
> Dear Emacs users,
>
> In my init.el, I have:
>
> ***************************
> (add-hook 'today-visible-calendar-hook ; when displaying calendar
> (lambda ()
> (setq show-trailing-whitespace nil)))
>
> **************************
>
> so that the calendar buffer does not show trailing
> whitespaces. Unfortunately, after updating emacs to the latest version
> (25.1), this stoped working and now trailing whitespaces are shown in
> the calendar buffer. Do you know why this is not working now?
>
That hook got renamed to calendar-today-visible-hook