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)