updating parinfer and adjusting keymap

This commit is contained in:
Matt Nish-Lapidus 2024-04-06 13:20:25 -04:00
parent 7fd35f59e6
commit ec93c20223
5 changed files with 98 additions and 88 deletions

View file

@ -100,6 +100,10 @@
(after! anzu
(global-anzu-mode))
(after! parinfer-rust-mode
(setq parinfer-rust-auto-download t)
(setq parinfer-rust-preferred-mode "smart"))
(setq vterm-kill-buffer-on-exit t)
(setq dap-ui-variable-length 200)
@ -176,7 +180,7 @@
(after! vertico
(vertico-mouse-mode))
;; better completions for sly
;; sly
(after! sly
(setq sly-lisp-implementations
'((sbcl ("sbcl" "--dynamic-space-size" "12000"))