fix(emacs): url face

This commit is contained in:
Pavel Korytov 2023-03-07 23:06:01 +03:00
parent 5e0d3dc8e2
commit c8b995d6db
2 changed files with 3 additions and 4 deletions

View file

@ -5572,7 +5572,7 @@ ENTRY is an instance of `elfeed-entry'."
(mapcar
(lambda (face)
(if (eq face 'my/shr-face)
'variable-pitch
'link
face))
(if (sequencep faces) faces (list faces))))))

View file

@ -1970,8 +1970,7 @@ References:
(setq lsp-headerline-breadcrumb-enable nil)
(setq lsp-modeline-code-actions-enable nil)
(setq lsp-modeline-diagnostics-enable nil)
(add-to-list 'lsp-language-id-configuration '(svelte-mode . "svelte"))
(setq lsp-javascript-display-inlay-hints t))
(add-to-list 'lsp-language-id-configuration '(svelte-mode . "svelte")))
(use-package lsp-ui
:straight t
@ -7893,7 +7892,7 @@ Setting the default font.
(mapcar
(lambda (face)
(if (eq face 'my/shr-face)
'variable-pitch
'link
face))
(if (sequencep faces) faces (list faces))))))