Disable prettifying tables with org-modern
I already use org-pretty-table for that.
This commit is contained in:
parent
807d990f62
commit
4b02759db7
1 changed files with 2 additions and 1 deletions
|
@ -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)))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue