updating parinfer and adjusting keymap
This commit is contained in:
parent
7fd35f59e6
commit
ec93c20223
5 changed files with 98 additions and 88 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue