branch: externals/marginalia commit cca8f9cefd339559bab67f8576948302a7838dab Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ddc568..0c6fa5d 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ commands. ;; Prefer richer, more heavy, annotations over the lighter default variant. ;; E.g. M-x will show the documentation string additional to the keybinding. ;; By default only the keybinding is shown as annotation. - ;; Note that there is the command `marginalia-cycle` to + ;; Note that there is the command `marginalia-cycle' to ;; switch between the annotators. ;; (setq marginalia-annotators '(marginalia-annotators-heavy marginalia-annotators-light nil))) ~~~