From 0fce415b93f2113dd38daf122f9b7a85fe5e62fd Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Mon, 25 Nov 2024 19:18:57 -0500 Subject: [PATCH] fix(emacs): change italics in markdown Signed-off-by: Lucas Sta Maria --- .emacs.d/include/priime-languages.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/include/priime-languages.el b/.emacs.d/include/priime-languages.el index 76d0e21..19e854f 100644 --- a/.emacs.d/include/priime-languages.el +++ b/.emacs.d/include/priime-languages.el @@ -70,7 +70,8 @@ (markdown-header-face-3 ((t (:inherit nano-strong :height 1.2 :family "Inter")))) (markdown-header-face-4 ((t (:inherit nano-strong :height 1.15 :family "Inter")))) (markdown-header-face-5 ((t (:inherit nano-strong :height 1.1 :family "Inter")))) - (markdown-header-face-6 ((t (:inherit nano-strong :height 1.05 :family "Inter"))))) + (markdown-header-face-6 ((t (:inherit nano-strong :height 1.05 :family "Inter")))) + (markdown-italic-face ((t (:inherit nano-default :slant italic))))) (use-package rjsx-mode :straight t) (use-package just-mode :straight t) (use-package justl :straight t