From c695bfb9da114935442ad8d12f1551992be8cf61 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 15 Jun 2025 11:44:08 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a8eb02e..a0c7d35 100644 --- a/README.md +++ b/README.md @@ -842,11 +842,11 @@ To configure **org-mode**, add the following to `~/.emacs.d/post-init.el`: (org-startup-indented t) (org-adapt-indentation nil) (org-edit-src-content-indentation 0) - (org-startup-truncated t) - (org-fontify-done-headline t) - (org-fontify-todo-headline t) - (org-fontify-whole-heading-line t) - (org-fontify-quote-and-verse-blocks t)) + ;; (org-fontify-done-headline t) + ;; (org-fontify-todo-headline t) + ;; (org-fontify-whole-heading-line t) + ;; (org-fontify-quote-and-verse-blocks t) + (org-startup-truncated t)) ``` ### Configuring markdown-mode (e.g., README.md syntax)