Update README.md

This commit is contained in:
James Cherti
2025-06-15 11:44:08 -04:00
parent 4d769e9b8b
commit c695bfb9da

View File

@@ -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)