summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.org19
1 files changed, 11 insertions, 8 deletions
diff --git a/config.org b/config.org
index f026f16..f8abbd7 100644
--- a/config.org
+++ b/config.org
@@ -656,14 +656,17 @@ This doesn't respect my timestamp custom format configured above.
#+end_src
#+begin_src elisp
-(setopt org-modern-star nil)
-(setopt org-modern-keyword nil)
-(setopt org-modern-checkbox '((88 . "☑")
- (45 . #("□–" 0 2
- (composition
- ((2)))))
- (32 . "□")))
-(setopt org-modern-table nil)
+ (setopt org-modern-star nil)
+ (setopt org-modern-keyword nil)
+ (setopt org-modern-checkbox '((88 . "☑")
+ (45 . #("□–" 0 2
+ (composition
+ ((2)))))
+ (32 . "□")))
+ (setopt org-modern-table nil)
+ (setopt org-modern-block-name nil)
+ (setopt org-modern-internal-target nil)
+ (setopt org-modern-tag nil)
#+end_src
#+begin_src elisp