emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/raku-mode e7a3770427 008/253: Recommend `:defer t` with us


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode e7a3770427 008/253: Recommend `:defer t` with use-package
Date: Sat, 29 Jan 2022 08:28:34 -0500 (EST)

branch: elpa/raku-mode
commit e7a377042712c4a4db3e4e2c7200c50b6fb26697
Author: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
Commit: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]