Update README.md

This commit is contained in:
James Cherti
2026-02-18 10:01:27 -05:00
parent be191c7f1b
commit 4044fd43a2

View File

@@ -642,7 +642,7 @@ Add the following to `~/.emacs.d/post-init.el` to set up Vertico, Consult, and E
The [kirigami](https://github.com/jamescherti/kirigami.el) package offers a **unified interface for opening and closing folds** across a diverse set of major and minor modes in Emacs, including `outline-mode`, `outline-minor-mode`, `outline-indent-minor-mode`, `org-mode`, `markdown-mode`, `gfm-mode`, `vdiff-mode`, `vdiff-3way-mode`, `hs-minor-mode`, `hide-ifdef-mode`, `origami-mode`, `yafolding-mode`, `folding-mode`, and `treesit-fold-mode`. The [kirigami](https://github.com/jamescherti/kirigami.el) package offers a **unified interface for opening and closing folds** across a diverse set of major and minor modes in Emacs, including `outline-mode`, `outline-minor-mode`, `outline-indent-minor-mode`, `org-mode`, `markdown-mode`, `gfm-mode`, `vdiff-mode`, `vdiff-3way-mode`, `hs-minor-mode`, `hide-ifdef-mode`, `origami-mode`, `yafolding-mode`, `folding-mode`, and `treesit-fold-mode`.
```elisp ```elisp
(lightemacs-use-package kirigami (use-package kirigami
:commands (kirigami-open-fold :commands (kirigami-open-fold
kirigami-open-fold-rec kirigami-open-fold-rec
kirigami-close-fold kirigami-close-fold
@@ -1095,7 +1095,7 @@ Unlike more sophisticated language-aware tools (e.g., eglot or lsp-mode), `dumb-
To configure **dumb-jump**, add the following to `~/.emacs.d/post-init.el`: To configure **dumb-jump**, add the following to `~/.emacs.d/post-init.el`:
```elisp ```elisp
(lightemacs-use-package dumb-jump (use-package dumb-jump
:commands dumb-jump-xref-activate :commands dumb-jump-xref-activate
:init :init
;; Register `dumb-jump' as an xref backend so it integrates with ;; Register `dumb-jump' as an xref backend so it integrates with