(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(lsp-vhdl-server 'vhdl-ls)
'(package-selected-packages '(tree-sitter))
'(safe-local-variable-values
'((rustic-cargo-run-arguments . "--release")
(rustic-cargo-build-arguments . "--release")
(rustic-cargo-build-arguments . "--features stm32f103 --features medium --features rt")))
'(treesit-font-lock-level 4)
'(vhdl-clock-edge-condition 'function)
'(vhdl-modify-date-on-saving nil)
'(vhdl-reset-kind 'sync))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)