Skip to content

Commit

Permalink
Document straight-base-dir and friends (#853)
Browse files Browse the repository at this point in the history
See: #852
  • Loading branch information
progfolio authored Sep 27, 2021
1 parent b712a2f commit af5437f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,15 @@ set **before** the bootstrap code runs, if they might affect how
default, `straight.el` clones over HTTPS. If you need packages from
private Git repositories in your configuration, then you might want
to use SSH instead.
* `straight-base-dir` --
by default, straight's main directory, containing it's build files and
package repos, is located in `user-emacs-directory`. You can change
the location of straight's base directory via this variable.
* `straight-build-dir` --
by default, the directory in which packages are built is located at
`straight-base-dir`/build. Changing this variable will change the name
of that directory and the name of the build cache file (unless
`straight-build-cache-fixed-name` is non-nil).

You should remove any code that relates to `package.el`; for example,
references to `package-initialize`, `package-archives`, and (if you're
Expand Down

0 comments on commit af5437f

Please sign in to comment.