branch: externals/sxhkdrc-mode commit 9b34d83d76e78f5795e8bbe5095de38b59582782 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make small clarification in the README use-package sample --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f74d204ed..43f7330d92 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,6 @@ Putting it all together: ```elisp (use-package sxhkdrc-mode :ensure t - :mode "sxhkdrc.*" + :mode "sxhkdrc.*" ; if you want more than just "sxhkdrc" :hook (sxhkdrc-mode . sxhkdrc-mode-auto-restart)) ```