fix(emacs): change markdown code font colour
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
05344d315e
commit
49dcb6ca2c
1 changed files with 3 additions and 1 deletions
|
@ -159,7 +159,9 @@
|
|||
(use-package rust-mode :straight t)
|
||||
(use-package rustic :straight t)
|
||||
|
||||
(use-package markdown-mode :straight t)
|
||||
(use-package markdown-mode :straight t
|
||||
:custom-face
|
||||
(markdown-inline-code-face ((t (:inherit nano-salient)))))
|
||||
(use-package rjsx-mode :straight t)
|
||||
(use-package just-mode :straight t)
|
||||
(use-package justl :straight t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue