diff options
author | Thanos Apollo <[email protected]> | 2023-07-16 16:28:15 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-16 16:28:15 +0300 |
commit | 7123e4716670f499882e8c4e17405bfc4f3620ef (patch) | |
tree | b3e30448d41572ee12afc86da8faa23468f9867d | |
parent | e483bc5e2f7f9e96940fd00f80c9b3fb6d1086cc (diff) |
org-modern: disable todo styling
-rwxr-xr-x | emacs.org | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -450,6 +450,8 @@ Fonts and basic appearance settings for each device "⭠ now ─────────────────────────────────────────────────") (global-org-modern-mode) + + (setq org-modern-todo nil) #+end_src ** Settings #+begin_src emacs-lisp |