summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-07-16 16:28:15 +0300
committerThanos Apollo <[email protected]>2023-07-16 16:28:15 +0300
commit7123e4716670f499882e8c4e17405bfc4f3620ef (patch)
treeb3e30448d41572ee12afc86da8faa23468f9867d
parente483bc5e2f7f9e96940fd00f80c9b3fb6d1086cc (diff)
org-modern: disable todo styling
-rwxr-xr-xemacs.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.org b/emacs.org
index 77af6a4..7b9739f 100755
--- a/emacs.org
+++ b/emacs.org
@@ -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