mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 16:04:25 +01:00
aa
This commit is contained in:
parent
731262ce41
commit
cea6ed2923
|
@ -95,7 +95,7 @@ There are two things you can do about this warning:
|
|||
(use-package lsp-mode
|
||||
:ensure t
|
||||
:config
|
||||
(setq lsp-rust-server 'rust-analyzer)
|
||||
(setq rustic-lsp-server 'rust-analyzer)
|
||||
;(setq lsp-rust-server 'rls)
|
||||
(add-to-list 'auto-mode-alist '("\\.rs\\'" . rustic-mode))
|
||||
(add-hook 'rust-mode-hook 'lsp))
|
||||
|
@ -119,7 +119,7 @@ There are two things you can do about this warning:
|
|||
;; Global settings (defaults)
|
||||
; (setq doom-themes-enable-bold t ; if nil, bold is universally disabled
|
||||
; doom-themes-enable-italic t) ; if nil, italics is universally disabled
|
||||
; (load-theme 'doom-one t)
|
||||
(load-theme 'doom-one t)
|
||||
|
||||
;; Enable flashing mode-line on errors
|
||||
; (doom-themes-visual-bell-config)
|
||||
|
|
Loading…
Reference in a new issue