1
0
Fork 0

fix(emacs): change markdown code font colour

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-04-29 17:55:59 -04:00
parent 05344d315e
commit 49dcb6ca2c
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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)