diff --git a/custom.el b/custom.el index d05b4f0..9d338a3 100644 --- a/custom.el +++ b/custom.el @@ -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. diff --git a/init.el b/init.el index 6a93749..10eddc8 100644 --- a/init.el +++ b/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)))