mirror of
https://github.com/plexus/chemacs2.git
synced 2026-09-10 07:26:27 -04:00
documents short-term fix for straight.el
Users who switch to chemacs from a non-chemacs configuration might encounter #31. This does not constitute a long-term fix but this might help users in the meantime until further debugging is done.
This commit is contained in:
parent
5b11335ce0
commit
f220aa0268
14
README.org
14
README.org
|
|
@ -251,6 +251,20 @@ emacsclient -c -s gnu -a emacs
|
|||
emacsclient -c -s doom -a emacs
|
||||
#+end_src
|
||||
|
||||
** Troubleshooting
|
||||
|
||||
*** Emacs cannot find packages installed by straight
|
||||
|
||||
First, make sure you haven't hardcoded filepaths to "emacs.d" in your configuration. You should reference files inside a profile-specific emacs folder like this:
|
||||
|
||||
#+begin_src elisp
|
||||
(setq some-var (expand-file-name "path/to/file" user-emacs-directory))
|
||||
#+END_SRC
|
||||
|
||||
Second, if the issue persists you should delete the `build` folder in your `straight` directory and rebuild your dependencies.
|
||||
|
||||
If the issue persists please file an issue because we are still trying to figure out the exact source of this problem, but this has solved the problem for some users.
|
||||
|
||||
** LICENSE
|
||||
|
||||
Copyright © Arne Brasseur 2018-2020
|
||||
|
|
|
|||
Loading…
Reference in a new issue