Disable prettifying tables with org-modern

I already use org-pretty-table for that.
This commit is contained in:
Tom Willemse 2025-01-22 22:47:00 -08:00
parent 807d990f62
commit 4b02759db7
Signed by: ryuslash
GPG key ID: 7D5C407B435025C1

View file

@ -597,7 +597,8 @@
(append (append
(list (mixed-text-file "org-modern-config" (list (mixed-text-file "org-modern-config"
";;;;; org-modern-config starts here.\n" ";;;;; 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")) ";;;;; org-modern-config ends here.\n"))
(home-emacs-org-modern-configuration-extra-content config))))) (home-emacs-org-modern-configuration-extra-content config)))))