From 4b02759db7ddb5921b5abc67299b311ffc7aef2e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 22 Jan 2025 22:47:00 -0800 Subject: [PATCH] Disable prettifying tables with org-modern I already use org-pretty-table for that. --- oni/home/services/emacs.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oni/home/services/emacs.scm b/oni/home/services/emacs.scm index d548af4..530cd7d 100644 --- a/oni/home/services/emacs.scm +++ b/oni/home/services/emacs.scm @@ -597,7 +597,8 @@ (append (list (mixed-text-file "org-modern-config" ";;;;; org-modern-config starts here.\n" - "(with-eval-after-load 'org (global-org-modern-mode))" + "(setq org-modern-table nil)\n" + "(with-eval-after-load 'org (global-org-modern-mode))\n" ";;;;; org-modern-config ends here.\n")) (home-emacs-org-modern-configuration-extra-content config)))))