This commit is contained in:
cake 2025-04-17 21:27:25 +02:00
parent 2faaeeb0d7
commit a2aac5a2f0
2 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,9 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(delete-selection-mode nil)
'(package-selected-packages nil))
'(package-selected-packages nil)
'(warning-suppress-log-types '((lsp-mode) (lsp-mode)))
'(warning-suppress-types '((lsp-mode))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.

View file

@ -75,7 +75,7 @@
:custom
(rustic-cargo-use-last-stored-arguments t))
(use-package astro-ts-mode :ensure t)
(use-package fennel-mode :ensure t)
(setq major-mode-remap-alist
'((python-mode . python-ts-mode)))