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

Put functions in scope in the :config block #1059

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 19, 2023

  1. Implement :config by using a better variant of eval-when-compile

    With this change, `use-package p` puts in scope all the symbols
    declared by package p in scope of its :config block. The tradeoff is
    that init is slightly slower *if interpreted*. Compiling init.el gives
    the same runtime behaviour as previously.
    
    Fixes jwiegley#1032
    jyp committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    812ef8f View commit details
    Browse the repository at this point in the history