Disable tables for org modern
This commit is contained in:
parent
55d238f2d9
commit
c5b90cc663
1 changed files with 3 additions and 1 deletions
|
|
@ -424,7 +424,9 @@
|
||||||
(use-package org-modern
|
(use-package org-modern
|
||||||
:after org
|
:after org
|
||||||
:init
|
:init
|
||||||
(global-org-modern-mode))
|
(global-org-modern-mode)
|
||||||
|
:config
|
||||||
|
(setq org-modern-table nil))
|
||||||
|
|
||||||
(use-package org-tempo
|
(use-package org-tempo
|
||||||
:ensure nil)
|
:ensure nil)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue