updated mu ver

This commit is contained in:
Matt Nish-Lapidus 2024-11-01 12:15:03 -04:00
parent c2706c7417
commit 2e34737cdb
4 changed files with 25 additions and 21 deletions

View file

@ -98,8 +98,8 @@
(global-so-long-mode 1)
(after! parinfer-rust-mode
(setq parinfer-rust-auto-download t)
(setq parinfer-rust-preferred-mode "smart"))
(setq parinfer-rust-auto-download f)
(setq parinfer-rust-preferred-mode "smart"))
(setq dap-ui-variable-length 200)
@ -132,6 +132,9 @@
(setq web-mode-engines-alist
'(("svelte" . "\\.svelte\\'")))
(add-to-list 'auto-mode-alist '("\\.vs\\'" . glsl-mode))
(add-to-list 'auto-mode-alist '("\\.fs\\'" . glsl-mode))
;; web-mode settings
(add-hook! web-mode (web-mode-toggle-current-element-highlight))
(after! web-mode