branch: elpa/apropospriate-theme
commit e0952d6a8717c93d945fdd812011a1be8bec45ea
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>

    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