From 6ee088c8cb246575d7fa919b7a2b736322ca8375 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Thu, 6 Mar 2025 18:59:47 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96c1446..c432a47 100644 --- a/README.md +++ b/README.md @@ -425,7 +425,7 @@ For example, to enable `outline-minor-mode` in Emacs Lisp: (add-hook 'emacs-lisp-mode-hook #'outline-minor-mode) ``` -For folding based on indentation levels, the **[outline-indent @GitHub](https://github.com/jamescherti/outline-indent.el)** Emacs package provides a minor mode that enables folding according to the indentation structure: +For folding based on indentation levels, the **[outline-indent](https://github.com/jamescherti/outline-indent.el)** Emacs package provides a minor mode that enables folding according to the indentation structure: ```elisp (use-package outline-indent :ensure t