branch: externals/setup commit 9bd5f5b813f76092116c903ea5ab524fce5d5638 Author: Philip K <phil...@posteo.net> Commit: Philip K <phil...@posteo.net>
Fix markdown code syntax --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 760ea4f..22d609f 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ will be replaced with the functional equivalent of (customize-set-variable 'yas-wrap-around-region t)) (add-hook 'prog-mode-hook #'yas-minor-mode) -Additional "keywords" can be defined using `setup-define'. All known -keywords are documented in the docstring for `setup'. +Additional "keywords" can be defined using `setup-define`. All known +keywords are documented in the docstring for `setup`. Installation ------------