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
|
||||
:after org
|
||||
:init
|
||||
(global-org-modern-mode))
|
||||
(global-org-modern-mode)
|
||||
:config
|
||||
(setq org-modern-table nil))
|
||||
|
||||
(use-package org-tempo
|
||||
:ensure nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue