xeft icon indicating copy to clipboard operation
xeft copied to clipboard

xeft isn't finding the dynamic's module path

Open KonstantinDjairo opened this issue 1 year ago • 2 comments

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

KonstantinDjairo avatar Jan 21 '24 23:01 KonstantinDjairo

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

KonstantinDjairo avatar Jan 22 '24 00:01 KonstantinDjairo

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!

casouri avatar Jan 22 '24 03:01 casouri