Update packages

This commit is contained in:
Maciej 2023-02-14 08:53:28 +02:00
parent 2dd1affaf0
commit 30193188f4
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
3 changed files with 67 additions and 62 deletions

View file

@ -81,7 +81,9 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(safe-local-variable-values
'((lsp-enabled-clients sorbet-ls)
'((lsp-rust-analyzer-linked-projects .
["./native/semmel/Cargo.toml"])
(lsp-enabled-clients sorbet-ls)
(cider-clojure-cli-aliases . "dev")
(lsp-elixir-project-dir . "/Users/maciej/Development/mindvalley/connect/app")
(lsp-lens-mode)
@ -104,7 +106,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(font-lock-constant-face ((((type graphic)) (:foreground "#dfaf8f")) (((min-colors 256)) (:foreground "brightred")) (t (:foreground "brightred"))))
'(markdown-code-face ((t (:inherit fixed-pitch :family "Iosevka Term"))))
'(markdown-code-face ((t (:inherit fixed-pitch :family "D2Coding Ligature"))))
'(mmm-default-submode-face ((t nil)))
'(treemacs-root-face ((t (:inherit font-lock-constant-face :underline t :height 1)))))