From 1ba1494630ef1d952db38323c3168b1f531fb74f Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sat, 12 Oct 2024 22:25:03 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 51ed2d5..01694f2 100644 --- a/README.md +++ b/README.md @@ -570,6 +570,10 @@ Add the following to `~/.emacs.d/post-init.el`: (setq confirm-kill-emacs 'y-or-n-p) ``` +It is also recommended to read the following articles: +- [Automating Table of Contents Update for Markdown Documents (e.g., README.md)](https://www.jamescherti.com/emacs-markdown-table-of-contents-update-before-save/) +- [Maintaining proper indentation in indentation-sensitive programming languages](https://www.jamescherti.com/elisp-code-and-emacs-packages-for-maintaining-proper-indentation-in-indentation-sensitive-languages-such-as-python-or-yaml/) + ## Frequently asked questions ### How to increase gc-cons-threshold?