uwu
This commit is contained in:
parent
2faaeeb0d7
commit
a2aac5a2f0
2 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
2
init.el
2
init.el
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue