[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master dcd551d6c85: New global minor mode `kill-ring-deindent-mode'
From: |
Po Lu |
Subject: |
Re: master dcd551d6c85: New global minor mode `kill-ring-deindent-mode' |
Date: |
Fri, 11 Aug 2023 20:32:59 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Eli Zaretskii <eliz@gnu.org> writes:
> Thanks for adding this feature, but I think it should not be in
> simple.el. There's no reason to have this preloaded together with the
> rest of stuff in simple.el. We should instead make this autoloaded,
> so that it is only loaded when actually activated.
I will do this tomorrow. Thanks for the reminder -- I'd originally
placed it there to keep it in proximity with the kill ring code.