branch: elpa/raku-mode
commit e7a377042712c4a4db3e4e2c7200c50b6fb26697
Author: Hinrik Örn Sigurðsson <[email protected]>
Commit: Hinrik Örn Sigurðsson <[email protected]>

    Recommend `:defer t` with use-package
    
    Since we autoload calls to populate auto-mode-alist and friends, the
    user does not have to load anything explicitly.
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 76548b61bb..8f81bfa541 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,8 @@ With [`use-package`][use-package] in your init file:
 
 ```el
 (use-package perl6-mode
-  :ensure t)
+  :ensure t
+  :defer t)
 ```
 
 Or in your [`Cask`][cask] file:

Reply via email to