Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automatic installation of benchmark-init #18

Open
pierre-rouleau opened this issue Aug 6, 2021 · 0 comments
Open

Add automatic installation of benchmark-init #18

pierre-rouleau opened this issue Aug 6, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pierre-rouleau
Copy link
Owner

PEL does not currently have any logic to support installation of benchmark-init.

It would be beneficial to do so because benchmark-init must be treated specially and must go into the PEL utils directory instead of the normal elpa directory.

It is better to install it inside utils because:

  • installation of benchmark-init does not increase the number of directories (and the load-path) when it is installed inside utils, therefore the installation of benchmark-init does not influence Emacs startup time.
  • It can then be used in both normal and fast startup modes without special file manipulation.

It should also be taken from utils (and not from utils-graphics) even in graphics mode, allowing code iniside init.el to ignore the Emacs mode.

This means that special logic will have to be used inside pel-cleanup.

@pierre-rouleau pierre-rouleau added the enhancement New feature or request label Aug 6, 2021
@pierre-rouleau pierre-rouleau self-assigned this Aug 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant