Skip to content

Commit

Permalink
tweak(parinfer-rust): enable on more Lisp modes
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 17, 2024
1 parent cd1e0ba commit a1f1b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-emacs-lisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:custom
(parinfer-rust-library-directory +parinfer-rust-path)
(parinfer-rust-auto-download (eq sys/arch 'x86_64))
:hook (emacs-lisp-mode clojure-mode scheme-mode lisp-mode racket-mode hy-mode)
:hook ((lisp-mode lisp-data-mode clojure-mode scheme-mode racket-mode hy-mode janet-mode) . parinfer-rust-mode)
:config
(setq parinfer-rust-troublesome-modes (delq 'electric-pair-mode parinfer-rust-troublesome-modes))
(defvar-local +parinter-rust--was-enabled-p nil)
Expand Down

0 comments on commit a1f1b79

Please sign in to comment.