diff options
| author | 2025-01-22 22:47:00 -0800 | |
|---|---|---|
| committer | 2025-01-22 22:47:00 -0800 | |
| commit | 4b02759db7ddb5921b5abc67299b311ffc7aef2e (patch) | |
| tree | 25f5fcc4c528d4b90101937cfc3ad712adc0afd5 | |
| parent | 807d990f62b12d94110acdc3599f94ba73874bc3 (diff) | |
| download | new-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.scm | 3 |
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))))) |
