Skip to content

Commit

Permalink
Documented prelude-override-package-user-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmsr committed Aug 12, 2023
1 parent da715d6 commit fb958a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* Add a F# module.
* Auto-install `use-package`.
* Add `prelude-vertico` module. Vertico a simpler alternative to `ivy-mode` and supersedes Selectrum.
* Add `prelude-override-package-user-dir` to avoid overriding package-user-dir.

### Changes

Expand Down
9 changes: 9 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,12 @@ desktop environments might be making heavy use of such keybindings. (in most cas
Some of these settings (those that don't need to be pre-loaded) can also be set
on a per-file or directory basis by using a file local variable or a
`.dir-locals.el` file.

### package-user-dir

By default, prelude sets the directory where downloaded modules are installed to `<prelude-dir>/elpa`. If you want
to disable this behaviour, set the following variable to nil before loading prelude.

```emacs-lisp
(setq prelude-override-package-user-dir nil)
```

0 comments on commit fb958a0

Please sign in to comment.