From 95d9746fbf00c03f76fc7fce3ea8107fe795addc Mon Sep 17 00:00:00 2001 From: KJ Date: Tue, 24 Sep 2024 13:35:10 -0400 Subject: [PATCH] Set mhtml-mode for sintax highlight on html org-src blocks. --- configs/init-org.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/init-org.el b/configs/init-org.el index 88221c2..120da05 100644 --- a/configs/init-org.el +++ b/configs/init-org.el @@ -25,6 +25,9 @@ (visual-line-mode 1) (visual-fill-column-mode 1) + ;; Configuracin para Systanx Highlight en porg-blocks + (add-to-list 'org-src-lang-modes (cons "html" 'mhtml)) + ;; ConfiguraciĆ³n de fonts ;; (set-face-attribute (car face) nil :font "Cantarell" :weight 'regular :height (cdr face))