From 080de58176c6770d1dd51e2fa13eb7be322b8b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Villagr=C3=A1?= Date: Thu, 9 Jun 2022 13:00:50 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1adido=20soporte=20para=20markdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 3249dfe..68d10fe 100644 --- a/init.el +++ b/init.el @@ -193,7 +193,8 @@ ;; Carga lo necesario para exportar a beamer (require 'ox-beamer) - +;; Carga lo necesario para exportar a markdown +(require 'ox-md nil t) ;; Ajusta automáticamente la imagen al alcho (casi) (setq org-image-actual-width nil)