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

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

[nongnu] elpa/apropospriate-theme e0952d6 009/118: update readme for use


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme e0952d6 009/118: update readme for use-package config syntax
Date: Thu, 21 Oct 2021 18:02:12 -0400 (EDT)

branch: elpa/apropospriate-theme
commit e0952d6a8717c93d945fdd812011a1be8bec45ea
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    update readme for use-package config syntax
---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index 11db4ce..aaca5df 100644
--- a/README.md
+++ b/README.md
@@ -27,11 +27,22 @@ Or you can always manually download the directory somewhere 
and add it both `loa
 Once installed, load either theme variant with `M-x load-theme` or in your 
config:
 
 ``` elisp
+(require 'apropospriate)
 (load-theme 'apropospriate-dark t)
 ;; or
 (load-theme 'apropospriate-light t)
 ```
 
+[`use-package`](https://github.com/jwiegley/use-package) style:
+
+``` elisp
+(use-package apropospriate
+  :config (load-theme 'apropospriate-dark t))
+;; or
+(use-package apropospriate
+  :config (load-theme 'apropospriate-light t))
+```
+
 ### Supported Packages ###
 
 Apropospriate supports all the usual `prog-mode` derived packages as well as 
some fun extra stuff:



reply via email to

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