branch: externals/sxhkdrc-mode
commit bc59501ea2274c3364346201077f3e983684dad4
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Include a :commands keywords in the README's use-package configuration
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 43f7330d92..10d189d704 100644
--- a/README.md
+++ b/README.md
@@ -39,5 +39,6 @@ Putting it all together:
 (use-package sxhkdrc-mode
   :ensure t
   :mode "sxhkdrc.*" ; if you want more than just "sxhkdrc"
+  :commands (sxhkdrc-mode-restart)
   :hook (sxhkdrc-mode . sxhkdrc-mode-auto-restart))
 ```

Reply via email to