[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ;;;###autoload declarations
From: |
Michael Heerdegen |
Subject: |
Re: ;;;###autoload declarations |
Date: |
Sat, 24 Jun 2023 04:02:00 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
uzibalqa <uzibalqa@proton.me> writes:
> What is the procedure of using a loaddefs.el?
It's a file containing the autoload references. It's normally build
automatically - when building Emacs, installing packages, etc. And
normally loaded automatically at startup.
So it's a quite low-level mechanism not really useful for the end user.
Unless maybe, you generate a loaddefs file for a bunch of third-party
libraries that you want to use and you did not install them with package
manager or the OS. Then it may make sense to build a loaddefs file
yourself.
Michael.