aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-01-22 22:47:00 -0800
committerGravatar Tom Willemse2025-01-22 22:47:00 -0800
commit4b02759db7ddb5921b5abc67299b311ffc7aef2e (patch)
tree25f5fcc4c528d4b90101937cfc3ad712adc0afd5
parent807d990f62b12d94110acdc3599f94ba73874bc3 (diff)
downloadnew-dotfiles-4b02759db7ddb5921b5abc67299b311ffc7aef2e.tar.gz
new-dotfiles-4b02759db7ddb5921b5abc67299b311ffc7aef2e.zip
Disable prettifying tables with org-modern
I already use org-pretty-table for that.
-rw-r--r--oni/home/services/emacs.scm3
1 files changed, 2 insertions, 1 deletions
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)))))