mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
fix(emacs): url face
This commit is contained in:
parent
5e0d3dc8e2
commit
c8b995d6db
2 changed files with 3 additions and 4 deletions
|
|
@ -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))))))
|
||||
|
||||
|
|
|
|||
|
|
@ -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))))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue