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

Small improvements to core-load-paths.el #16355

Merged
merged 3 commits into from
May 11, 2024

Commits on Apr 4, 2024

  1. core-load-paths.el: Ensure spacemacs-cache-directory is in start dir

    If the user installs Spacemacs to a different directory, the cache
    should be located there.
    bcc32 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b5134d9 View commit details
    Browse the repository at this point in the history
  2. core-load-paths.el: Simplify making cache directory

    With PARENTS, make-directory will not error if the directory already
    exists.
    bcc32 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e9fb3dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f6a15b View commit details
    Browse the repository at this point in the history