diff --git a/modules/editor/parinfer/config.el b/modules/editor/parinfer/config.el index f76c71a28..57c202844 100644 --- a/modules/editor/parinfer/config.el +++ b/modules/editor/parinfer/config.el @@ -17,7 +17,8 @@ ((featurep :system 'linux) "parinfer-rust-linux.so") ((featurep :system 'windows) "parinfer-rust-windows.dll") ((featurep :system 'bsd) "libparinfer_rust.so"))) - parinfer-rust-auto-download (not (featurep :system 'bsd))) + parinfer-rust-auto-download (not (featurep :system 'bsd)) + parinfer-rust-disable-troublesome-modes t) :config (map! :map parinfer-rust-mode-map :localleader diff --git a/modules/editor/parinfer/packages.el b/modules/editor/parinfer/packages.el index 30ecb21fc..4fd48e02b 100644 --- a/modules/editor/parinfer/packages.el +++ b/modules/editor/parinfer/packages.el @@ -1,4 +1,4 @@ ;; -*- no-byte-compile: t; -*- ;;; editor/parinfer/packages.el -(package! parinfer-rust-mode :pin "8df117a3b54d9e01266a3905b132a1d082944702") +(package! parinfer-rust-mode :pin "e9a23e136b8c5f1fb718af93c19cd6ed22d8c98c")