From 65cec403a029ea61c34fa7412be18971532e3fa3 Mon Sep 17 00:00:00 2001 From: "Jaisser J. Sanguino" Date: Sat, 30 May 2026 00:55:19 -0300 Subject: [PATCH] feat(org): add ftable for better table width management --- configs/init-org.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/init-org.el b/configs/init-org.el index c11559d..e0e7789 100644 --- a/configs/init-org.el +++ b/configs/init-org.el @@ -149,6 +149,9 @@ (setq org-image-actual-width 512) ) +;; Ajusta el tamaƱo horizontal de las tablas a lo configurado en fill-colum o ftable-fill-column +(use-package ftable) + ;; Org-yt para soportar embebidos. (use-package org-yt :after org