[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Dedicated window for *log-edit-files*
From: |
Stefan Monnier |
Subject: |
Re: Dedicated window for *log-edit-files* |
Date: |
Fri, 25 Oct 2019 19:51:31 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
> Makes sense. I suppose an autoload cookie could do it, but
> maybe it's kind of ugly.
Autoloaded variables are their own kind of evil ;-)
> Yes. But it wouldn't work for Custom-hat... err... avoiders like me, right?
For ... coders, you can use (with-eval-after-load 'log-edit (remove-hook
...)) or just (re)use the Custom machinery manually.
Stefan
RE: Dedicated window for *log-edit-files*, Drew Adams, 2019/10/25
Re: Dedicated window for *log-edit-files*, martin rudalics, 2019/10/26