From 7c20ef261926794e2ee30689f295d9cd3362c46b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 3 Jun 2024 15:52:46 -0400 Subject: [PATCH] bump: :editor parinfer justinbarclay/parinfer-rust-mode@8df117a3b54d -> justinbarclay/parinfer-rust-mode@e9a23e136b8c Close: #7876 Co-authored-by: welcome-linja --- modules/editor/parinfer/config.el | 3 ++- modules/editor/parinfer/packages.el | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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")