summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-23 09:21:58 +0000
committernoa@gaiwan.org2024-06-23 09:21:58 +0000
commit9203c5a29d86e2d9cdc2c1c02a8a21930be8804b (patch)
tree5379c5f4948beeb2853e814d58ce96ff4afb8f39 /config.org
parent0bffa0d54d3147db47647a3d2b0d64bcef641863 (diff)
Update org-modern configuration
Diffstat (limited to 'config.org')
-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