updated mu ver
This commit is contained in:
parent
c2706c7417
commit
2e34737cdb
4 changed files with 25 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue