[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#66350: 30.0.50; Description for (use-package emacs ...)
From: |
Arash Esbati |
Subject: |
bug#66350: 30.0.50; Description for (use-package emacs ...) |
Date: |
Fri, 06 Oct 2023 19:19:08 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
John Wiegley <johnw@gnu.org> writes:
> The ‘(use-package emacs …)‘ declaration has no special meaning. It just takes
> advantage of the fact that ‘(featurep 'emacs)‘ is always true, so in a way
> it’s just for consistency’s sake, and doesn’t actually do anything special.
Thanks for your response. I wonder which use-package keywords don't
make sense in that form? The way I see it things like :defer, :init et
al. are useless since we're talking about Emacs with all preloaded
libraries, right?
Best, Arash