Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Incompatible with use-package? #4

Open
seagle0128 opened this issue Mar 24, 2020 · 1 comment
Open

Incompatible with use-package? #4

seagle0128 opened this issue Mar 24, 2020 · 1 comment

Comments

@seagle0128
Copy link

seagle0128 commented Mar 24, 2020

After enabling feather-mode, I tried to install some packages like this:

(use-package exec-path-from-shell
    :init (exec-path-from-shell-initialize))

I got the error: exec-path-from-shell-initialize cannot be found. I guess it's related to the behavior of the parallels installation. Can you please let me know how to handle this?

@conao3
Copy link
Owner

conao3 commented Mar 24, 2020

Ref: README - notice.

When feather-mode is enabled, package-install will change to a promise function, which will not block the main Elisp thread.
With feather-add-after-installed-hook-sexp, you can register S-expressions to be evaluated after installation.

However, the syntax is redundant, so using leaf.el is the better way to go.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants