justinbarclay / parinfer-rust-mode

Simplifying how you write Lisp
https://shaunlebron.github.io/parinfer/
GNU General Public License v3.0
227 stars 16 forks source link

parinfer-rust-library-directory is half-functioning #54

Closed introom closed 2 years ago

introom commented 3 years ago

Even with parinfer-rust-library-directory set, Emacs will also install parinfer-rust-darwin.so to ~/.emacs.d/ when compiling the package.

justinbarclay commented 3 years ago

This is byte compiling the package?

I think that means you would need to set the variable before the package is loaded or initialized.

I think the Doom Emacs package had to do something similar

https://github.com/justinbarclay/parinfer-rust-mode/issues/35#issuecomment-780877664