diff --git a/modules/editor/parinfer/config.el b/modules/editor/parinfer/config.el index d88bca36e..29592b518 100644 --- a/modules/editor/parinfer/config.el +++ b/modules/editor/parinfer/config.el @@ -39,7 +39,7 @@ (cond ((eq system-type 'darwin) "parinfer-rust-darwin.so") ((eq system-type 'gnu/linux) "parinfer-rust-linux.so") ((eq system-type 'windows-nt) "parinfer-rust-windows.dll") - ((eq system-type 'berkeley-unix "libparinfer_rust.so")))) + ((eq system-type 'berkeley-unix) "libparinfer_rust.so"))) parinfer-rust-auto-download (if (eq system-type 'berkeley-unix) nil