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

xeft isn't finding the dynamic's module path #31

Open
KonstantinDjairo opened this issue Jan 21, 2024 · 2 comments
Open

xeft isn't finding the dynamic's module path #31

KonstantinDjairo opened this issue Jan 21, 2024 · 2 comments

Comments

@KonstantinDjairo
Copy link

there could be a variable to set the path to the .so file, would prevent this

@KonstantinDjairo
Copy link
Author

alright, it seems that xeft wont find the module if you dont have the folder in the path
(add-to-list 'load-path "/path/to/directory/")
and also it will look for a specific path "~/.emacs.d/xeft/" , this could be solved looking at the code and correcting to the actual path that im using

@casouri
Copy link
Owner

casouri commented Jan 22, 2024

Yeah, in general, dynamic modules are like normal elisp files, so load-path applies to them too. I should add some explanation in the README. Thanks!

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

No branches or pull requests

2 participants