diff options
| author | noa@gaiwan.org | 2024-06-23 09:21:58 +0000 | 
|---|---|---|
| committer | noa@gaiwan.org | 2024-06-23 09:21:58 +0000 | 
| commit | 9203c5a29d86e2d9cdc2c1c02a8a21930be8804b (patch) | |
| tree | 5379c5f4948beeb2853e814d58ce96ff4afb8f39 | |
| parent | 0bffa0d54d3147db47647a3d2b0d64bcef641863 (diff) | |
Update org-modern configuration
| -rw-r--r-- | config.org | 19 | 
1 files changed, 11 insertions, 8 deletions
| @@ -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 | 
